| 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/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 |
| 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 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 362 Next, <a href="packaging.html">package the extension</a> | 362 Next, <a href="packaging.html">package the extension</a> |
| 363 into a new <code>.crx</code> file, | 363 into a new <code>.crx</code> file, |
| 364 and install the app from this <code>.crx</code> file. | 364 and install the app from this <code>.crx</code> file. |
| 365 Now, change the extension's manifest to contain the new permissions, | 365 Now, change the extension's manifest to contain the new permissions, |
| 366 and <a href="packaging.html#update">repackage the extension</a>. | 366 and <a href="packaging.html#update">repackage the extension</a>. |
| 367 Finally, update the extension | 367 Finally, update the extension |
| 368 (and all other extensions that have outstanding updates) | 368 (and all other extensions that have outstanding updates) |
| 369 by clicking the <b>chrome://extensions</b> page's | 369 by clicking the <b>chrome://extensions</b> page's |
| 370 <b>Update extensions now</b> button. | 370 <b>Update extensions now</b> button. |
| 371 </p> | 371 </p> |
| OLD | NEW |