标签: google-chrome-extension
当我在扩展程序中进行更改时,内容脚本会让背景页面知道。我想让其他内容脚本知道这个变化。如何跟踪或是否有一个命令会返回运行我的扩展程序的内容脚本?
非常感谢。
答案 0 :(得分:0)
只需遍历所有窗口中的所有标签(chrome.windows.getAll({populate: true})),然后向每个标签发送请求。
chrome.windows.getAll({populate: true})