Added background.js
This commit is contained in:
parent
12af4fab1f
commit
80825e23e8
|
@ -0,0 +1,3 @@
|
|||
chrome.browserAction.onClicked.addListener(function(tab) {
|
||||
chrome.tabs.executeScript(tab.id, {file: "bookmarklet.js"})
|
||||
});
|
Loading…
Reference in New Issue