我正在尝试将DOM附加到从打开的自我chrome扩展文件中popup.js。假设我在chrome扩展文件中存在一个名为的文件temp.html,在执行时的某个时刻popup.js,我使用打开了该文件,chrome.tabs.create然后将DOM附加到此html文件中。
无论如何,我可以从那里开始popup.js吗?
Extension files:
1-manifest.json
2-functions
functions.js
domToTables.js
3-libs
jquery-3.3.1.min.js
bootstrap-4.2.1-dist
4-myTables
stylesheet.css
*temp.html* \\this file
5-popup
stylesheet.css
index.html
popup.js
6-background.js
7-content.js
相关分类