Add Feature: Browser Extension

This commit is contained in:
MengYX
2021-02-08 01:28:30 +08:00
parent e089fe1268
commit 042b1ca0dd
5 changed files with 39 additions and 1 deletions

1
src/extension/popup.js Normal file
View File

@ -0,0 +1 @@
window.open(chrome.runtime.getURL('./index.html'));