Add Feature: Browser Extension

This commit is contained in:
MengYX
2021-02-08 01:28:30 +08:00
parent 0c5cae80f0
commit 221306f7c5
5 changed files with 39 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
<script src="./popup.js"></script>
+1
View File
@@ -0,0 +1 @@
window.open(chrome.runtime.getURL('./index.html'));