Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 Chrome 扩展程序,我注意到如果我正在处理的页面上有大量 AJAX,我的扩展程序 contentscript 似乎不会运行。例如 Gmail / Google Doc 的……这是为什么呢?有谁知道解决方法?
Gmail 和 Docs 到处都有 iframe。
确保您放置"all_frames": true在内容脚本清单中
"all_frames": true