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 扩展程序中的内容脚本是在扩展程序进程还是选项卡进程中运行?即,如果我在 Chrome 任务管理器中的扩展进程占用了大量 CPU,那么违规代码最有可能出现在内容脚本中,或者我的扩展程序的背景页面中。
它们在选项卡的进程中运行。