What will be the warning displayed when I t开发者_JS百科ry to install an extension that has http://*/*
permission in manifest ?
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.
精彩评论