Fra*_*Bob 5 debugging developer-tools google-chrome-extension content-script
使用开发人员工具查看扩展程序时,仅看到生成的背景文件background.js;我的内容脚本没有出现在“内容脚本”标签下。有什么想法吗?清单的相关部分如下所示:
"content_scripts": [{
"run_at": "document_end",
"js": ["postMsg.js"],
"matches": ["https://groups.google.com/forum/*"]
}],
Run Code Online (Sandbox Code Playgroud)
postMsg.js被注入到页面中,但是从未出现在开发者工具窗口中,因此我无法对其进行调试。
归档时间: |
|
查看次数: |
1750 次 |
最近记录: |