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 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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
189 <p> | 189 <p> |
190 The "topSites" permission is required by | 190 The "topSites" permission is required by |
191 <a href="topSites"><code>chrome.topSites</code></a>. | 191 <a href="topSites"><code>chrome.topSites</code></a>. |
192 </p> | 192 </p> |
193 </td> | 193 </td> |
194 </tr> | 194 </tr> |
195 | 195 |
196 <tr> | 196 <tr> |
197 <td style="font-weight:bold"> | 197 <td style="font-weight:bold"> |
198 <!-- IDS_EXTENSION_PROMPT_WARNING_TABS --> | 198 <!-- IDS_EXTENSION_PROMPT_WARNING_TABS --> |
199 Access your tabs and browsing activity | 199 Access your browsing activity |
200 </td> | 200 </td> |
201 <td> | 201 <td> |
202 <!-- HasEffectiveBrowsingHistoryPermission --> | 202 <!-- HasEffectiveBrowsingHistoryPermission --> |
203 Any of the following: | 203 Any of the following: |
204 <ul> | 204 <ul> |
205 <li> "tabs" permission </li> | 205 <li> "tabs" permission </li> |
206 <li> "webNavigation" permission </li> | 206 <li> "webNavigation" permission </li> |
207 </ul> | 207 </ul> |
208 </td> | 208 </td> |
209 <td> | 209 <td> |
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
463 by clicking the <b>chrome://extensions</b> page's | 463 by clicking the <b>chrome://extensions</b> page's |
464 <b>Update extensions now</b> button. | 464 <b>Update extensions now</b> button. |
465 </p> | 465 </p> |
466 | 466 |
467 <h2 id="api">API</h2> | 467 <h2 id="api">API</h2> |
468 | 468 |
469 <p> | 469 <p> |
470 You can get a list of permission warnings for any manifest with | 470 You can get a list of permission warnings for any manifest with |
471 $(ref:management.getPermissionWarningsByManifest). | 471 $(ref:management.getPermissionWarningsByManifest). |
472 </p> | 472 </p> |
OLD | NEW |