gpt4 book ai didi

javascript - 使用 javascript 检测安装或未安装的 chrome 扩展时出错

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:23:47 25 4
gpt4 key购买 nike

这是我的代码,

var myExtension = chrome.management.get( "my_extention_id" );
if (myExtension.enabled)
{
// installed
}
else { ... }

来源:http://developer.chrome.com/extensions/management.html#method-get我试过这个方法。但我收到以下错误:Uncaught TypeError: Cannot read property 'get' of undefined

最佳答案

checkin 另一个扩展:

https://gist.github.com/greatghoul/321b4f32c0b7a6ad8a97

签到网页

https://developer.chrome.com/extensions/messaging#external-webpage

在 list 文件中,记得注册要从中检查扩展名的网页。

"externally_connectable": {
"matches": ["*://developer.chrome.com/*"]
}

然后您可以在该页面中使用 chrome.runtime.sendMessage

关于javascript - 使用 javascript 检测安装或未安装的 chrome 扩展时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27166278/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com