OLD | NEW |
1 <h1>Permission Warnings</h1> | 1 <h1>Permission Warnings</h1> |
2 | 2 |
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 https://support.google.com/chrome_webstore/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 |
11 IDS_EXTENSION_PROMPT_WARNING | 11 IDS_EXTENSION_PROMPT_WARNING |
12 (e.g. IDS_EXTENSION_PROMPT_WARNING_BROWSING_HISTORY). | 12 (e.g. IDS_EXTENSION_PROMPT_WARNING_BROWSING_HISTORY). |
13 --> | 13 --> |
14 | 14 |
15 <p> | 15 <p> |
16 To use most chrome.* APIs and extension capabilities, | 16 To use most chrome.* APIs and extension capabilities, |
(...skipping 454 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
471 by clicking the <b>chrome://extensions</b> page's | 471 by clicking the <b>chrome://extensions</b> page's |
472 <b>Update extensions now</b> button. | 472 <b>Update extensions now</b> button. |
473 </p> | 473 </p> |
474 | 474 |
475 <h2 id="api">API</h2> | 475 <h2 id="api">API</h2> |
476 | 476 |
477 <p> | 477 <p> |
478 You can get a list of permission warnings for any manifest with | 478 You can get a list of permission warnings for any manifest with |
479 $(ref:management.getPermissionWarningsByManifest). | 479 $(ref:management.getPermissionWarningsByManifest). |
480 </p> | 480 </p> |
OLD | NEW |