| 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 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 367 | 367 |
| 368 <ul> | 368 <ul> |
| 369 <li>"chrome://favicon/"</li> | 369 <li>"chrome://favicon/"</li> |
| 370 <li>"clipboardWrite"</li> | 370 <li>"clipboardWrite"</li> |
| 371 <li>"contextMenus"</li> | 371 <li>"contextMenus"</li> |
| 372 <li>"cookies"</li> | 372 <li>"cookies"</li> |
| 373 <li>"experimental"</li> | 373 <li>"experimental"</li> |
| 374 <li>"idle"</li> | 374 <li>"idle"</li> |
| 375 <li>"notifications"</li> | 375 <li>"notifications"</li> |
| 376 <li>"unlimitedStorage"</li> | 376 <li>"unlimitedStorage"</li> |
| 377 <li>"webRequest"</li> |
| 378 <li>"webRequestBlocking"</li> |
| 377 </ul> | 379 </ul> |
| 378 | 380 |
| 379 <h2 id="test"> Testing permission warnings </h2> | 381 <h2 id="test"> Testing permission warnings </h2> |
| 380 | 382 |
| 381 <p> | 383 <p> |
| 382 If you'd like to see exactly which warnings your users will get, | 384 If you'd like to see exactly which warnings your users will get, |
| 383 <a href="packaging.html">package your extension</a> | 385 <a href="packaging.html">package your extension</a> |
| 384 into a <code>.crx</code> file, | 386 into a <code>.crx</code> file, |
| 385 and install it. | 387 and install it. |
| 386 </p> | 388 </p> |
| (...skipping 16 matching lines...) Expand all Loading... |
| 403 by clicking the <b>chrome://extensions</b> page's | 405 by clicking the <b>chrome://extensions</b> page's |
| 404 <b>Update extensions now</b> button. | 406 <b>Update extensions now</b> button. |
| 405 </p> | 407 </p> |
| 406 | 408 |
| 407 <h2 id="api">API</h2> | 409 <h2 id="api">API</h2> |
| 408 | 410 |
| 409 <p> | 411 <p> |
| 410 You can get a list of permission warnings for any manifest with | 412 You can get a list of permission warnings for any manifest with |
| 411 <a href="management.html#method-getPermissionWarnings">chrome.management.getPerm
issionWarnings()</a>. | 413 <a href="management.html#method-getPermissionWarnings">chrome.management.getPerm
issionWarnings()</a>. |
| 412 </p> | 414 </p> |
| OLD | NEW |