Initial commit
This commit is contained in:
commit
7878e653a0
253 changed files with 24552 additions and 0 deletions
3
public-chrome/background.js
Normal file
3
public-chrome/background.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
chrome.browserAction.onClicked.addListener(() => {
|
||||
window.open(chrome.extension.getURL('index.html'));
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue