Added background.js

This commit is contained in:
x0x7 2024-03-26 18:42:51 -04:00
parent 12af4fab1f
commit 80825e23e8
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
chrome.browserAction.onClicked.addListener(function(tab) {
chrome.tabs.executeScript(tab.id, {file: "bookmarklet.js"})
});