OLD | NEW |
1 <div id="pageData-name" class="pageData">Permission Warnings</div> | 1 <div id="pageData-name" class="pageData">Permission Warnings</div> |
2 <div id="pageData-showTOC" class="pageData">true</div> | 2 <div id="pageData-showTOC" class="pageData">true</div> |
3 | 3 |
4 <!-- | 4 <!-- |
5 NOTE: When this doc is updated, the online help should also be updated: | 5 NOTE: When this doc is updated, the online help should also be updated: |
6 http://www.google.com/support/chrome_webstore/bin/answer.py?hl=en&answer=186213 | 6 http://www.google.com/support/chrome_webstore/bin/answer.py?hl=en&answer=186213 |
7 | 7 |
8 We should periodically look at | 8 We should periodically look at |
9 http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/generated_resources.g
rd?view=markup | 9 http://src.chromium.org/viewvc/chrome/trunk/src/chrome/app/generated_resources.g
rd?view=markup |
10 to make sure that we're covering all messages. Search for | 10 to make sure that we're covering all messages. Search for |
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
221 | 221 |
222 <tr> | 222 <tr> |
223 <td style="font-weight:bold"> | 223 <td style="font-weight:bold"> |
224 <!-- IDS_EXTENSION_PROMPT_WARNING_ALL_HOSTS --> | 224 <!-- IDS_EXTENSION_PROMPT_WARNING_ALL_HOSTS --> |
225 Your data on all websites | 225 Your data on all websites |
226 </td> | 226 </td> |
227 <td> | 227 <td> |
228 <!-- HasEffectiveAccessToAllHosts() --> | 228 <!-- HasEffectiveAccessToAllHosts() --> |
229 Any of the following: | 229 Any of the following: |
230 <ul> | 230 <ul> |
231 <li> "proxy" permission (experimental) </li> | 231 <li> "proxy" permission </li> |
232 <li> A match pattern in the "permissions" field | 232 <li> A match pattern in the "permissions" field |
233 that matches all hosts </li> | 233 that matches all hosts </li> |
234 <li> A "content_scripts" field with a "matches" entry | 234 <li> A "content_scripts" field with a "matches" entry |
235 that matches all hosts </li> | 235 that matches all hosts </li> |
236 <li> "devtools_page" </li> | 236 <li> "devtools_page" </li> |
237 </ul> | 237 </ul> |
238 </td> | 238 </td> |
239 <td> | 239 <td> |
240 <p> | 240 <p> |
241 The "proxy" permission is required by the | 241 The "proxy" permission is required by the |
242 <a href="http://code.google.com/chrome/extensions/dev/experimental.proxy.h
tml">experimental proxy</a> module. | 242 <a href="http://code.google.com/chrome/extensions/proxy.html">proxy</a> mo
dule. |
243 </p> | 243 </p> |
244 | 244 |
245 <p> | 245 <p> |
246 Any of the following URLs match all hosts: | 246 Any of the following URLs match all hosts: |
247 </p> | 247 </p> |
248 <ul> | 248 <ul> |
249 <li> <code>http://*/*</code> </li> | 249 <li> <code>http://*/*</code> </li> |
250 <li> <code>https://*/*</code> </li> | 250 <li> <code>https://*/*</code> </li> |
251 <li> <code>*://*/*</code> </li> | 251 <li> <code>*://*/*</code> </li> |
252 <li> <code><all_urls></code> </li> | 252 <li> <code><all_urls></code> </li> |
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
382 Next, <a href="packaging.html">package the extension</a> | 382 Next, <a href="packaging.html">package the extension</a> |
383 into a new <code>.crx</code> file, | 383 into a new <code>.crx</code> file, |
384 and install the app from this <code>.crx</code> file. | 384 and install the app from this <code>.crx</code> file. |
385 Now, change the extension's manifest to contain the new permissions, | 385 Now, change the extension's manifest to contain the new permissions, |
386 and <a href="packaging.html#update">repackage the extension</a>. | 386 and <a href="packaging.html#update">repackage the extension</a>. |
387 Finally, update the extension | 387 Finally, update the extension |
388 (and all other extensions that have outstanding updates) | 388 (and all other extensions that have outstanding updates) |
389 by clicking the <b>chrome://extensions</b> page's | 389 by clicking the <b>chrome://extensions</b> page's |
390 <b>Update extensions now</b> button. | 390 <b>Update extensions now</b> button. |
391 </p> | 391 </p> |
OLD | NEW |