gpt4 book ai didi

google-chrome - Chrome.identity 不可用/未定义

转载 作者:行者123 更新时间:2023-12-03 06:02:25 26 4
gpt4 key购买 nike

我正在编写一个 chrome 扩展,其中我尝试使用 chrome.identity API。但我的 Chrome 无法识别身份。

在开发人员工具中的以下代码中,我收到一条错误消息“无法读取未定义的属性 getAuthToken:

chrome.identity.getAuthToken({ 'interactive': false }, function(token) {

我尝试在控制台中输入。 chrome.extension 有效,但 chrome.identity 未定义。

我的manifest.json在权限中有“身份”。我使用的是最新的 Chrome v38。启用身份 API 还需要什么吗?

最佳答案

我无法使用身份的原因是因为我试图从内容脚本访问它。我切换到后台脚本,现在它可以工作了!谢谢罗布!

PS!您还需要在 manifest.json 中设置 "permissions": ["identity"]

关于google-chrome - Chrome.identity 不可用/未定义,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26399699/

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