| Index: chrome/common/extensions/docs/server2/templates/articles/permission_warnings.html
|
| ===================================================================
|
| --- chrome/common/extensions/docs/server2/templates/articles/permission_warnings.html (revision 150606)
|
| +++ chrome/common/extensions/docs/server2/templates/articles/permission_warnings.html (working copy)
|
| @@ -1,6 +1,6 @@
|
| -<div id="pageData-name" class="pageData">Permission Warnings</div>
|
| -<div id="pageData-showTOC" class="pageData">true</div>
|
| +<h1>Permission Warnings</h1>
|
|
|
| +
|
| <!--
|
| NOTE: When this doc is updated, the online help should also be updated:
|
| http://www.google.com/support/chrome_webstore/bin/answer.py?hl=en&answer=186213
|
| @@ -39,7 +39,7 @@
|
| that a user might see when installing an extension:
|
| </p>
|
|
|
| -<img src="../images/perms-hw1.png"
|
| +<img src="{{static}}/images/perms-hw1.png"
|
| width="410" height="193"
|
| alt="Permission warning: 'It can: Access your data on api.flickr.com'"
|
| />
|
| @@ -88,7 +88,7 @@
|
| Here's the warning the user sees:
|
| </p>
|
|
|
| -<img src="../images/perms-hw2-disabled.png"
|
| +<img src="{{static}}/images/perms-hw2-disabled.png"
|
| width="814" height="30"
|
| alt="Warning text: 'The newest version of the extension Hello World requires more permissions, so it has been disabled. [Re-enable].'"
|
| />
|
| @@ -98,7 +98,7 @@
|
| brings up the following warning:
|
| </p>
|
|
|
| -<img src="../images/perms-hw2.png"
|
| +<img src="{{static}}/images/perms-hw2.png"
|
| width="412" height="220"
|
| alt="Permission warning: 'It can: Access your data on api.flickr.com and flickr.com; Read and modify your browsing history'"
|
| />
|
| @@ -446,4 +446,4 @@
|
| <p>
|
| You can get a list of permission warnings for any manifest with
|
| <a href="management.html#method-getPermissionWarnings">chrome.management.getPermissionWarnings()</a>.
|
| -</p>
|
| +</p>
|
|
|