UNPKG

decentralized-internet

Version:

An NPM library of programs to create decentralized web and distributed computing projects

11 lines (10 loc) 215 B
chrome.browserAction.onClicked.addListener(function() { chrome.tabs.query({ currentWindow: true, active: true }, function(tab) { chrome.tabs.create({ "url": "https://lonero.readthedocs.io" }); }); });