当 http://*/* 包含在清单中时发出警告
当我尝试安装清单中具有 http://*/*
权限的扩展时,将显示什么警告?
What will be the warning displayed when I try to install an extension that has http://*/*
permission in manifest ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://code.google.com/chrome/extensions/permission_warnings.html
“您在所有网站上的数据”
将是警告。查看完整列表的链接。[编辑]
除了我提供的链接之外,实际的问题是最终用户会看到什么。 @Alasdair 在带有以下链接的评论中回答了这一问题:
http://www.google.com/support/chrome_webstore/bin/answer.py?hl=en&answer=186213
...准确显示用户将看到的内容。
http://code.google.com/chrome/extensions/permission_warnings.html
"Your data on all websites"
will be the warning. Check out the link for the complete list.[edit]
In addition to the link I provided, the actual question was what would the end user see. @Alasdair answered that in a comment with this link:
http://www.google.com/support/chrome_webstore/bin/answer.py?hl=en&answer=186213
...that shows exactly what the user would see.