Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(184)

Side by Side Diff: chrome/common/extensions/docs/static/permission_warnings.html

Issue 6731052: Minor doc fixes. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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>
OLDNEW
« chrome/common/extensions/docs/i18n.html ('K') | « chrome/common/extensions/docs/static/i18n.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698