标签: javascript google-chrome-extension firefox-addon
从content.js,我需要检测扩展状态(启用/禁用)。目前,我在background.js中使用chrome.storage.sync.set来设置状态,在content.js中使用chrome.storage.sync.get来获取状态。但是,这是异步运行的,这不是我想要的。有没有办法同步获取扩展状态(即页面加载将冻结,直到获得当前状态)?
chrome.storage.sync.set
chrome.storage.sync.get