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 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
315 "management" permission | 315 "management" permission |
316 </td> | 316 </td> |
317 <td> | 317 <td> |
318 The "management" permission is required by the | 318 The "management" permission is required by the |
319 <a href="management"><code>chrome.management</code></a> module. | 319 <a href="management"><code>chrome.management</code></a> module. |
320 </td> | 320 </td> |
321 </tr> | 321 </tr> |
322 | 322 |
323 <tr> | 323 <tr> |
324 <td style="font-weight:bold"> | 324 <td style="font-weight:bold"> |
| 325 <!-- IDS_EXTENSION_PROMPT_WARNING_MDNS --> |
| 326 Discover devices on your local network |
| 327 </td> |
| 328 <td> |
| 329 "mdns" permission |
| 330 </td> |
| 331 <td> |
| 332 The "mdns" permission is required by the |
| 333 <a href="mdns"><code>chrome.mdns</code></a> module. |
| 334 </td> |
| 335 </tr> |
| 336 |
| 337 <tr> |
| 338 <td style="font-weight:bold"> |
325 <!-- IDS_EXTENSION_PROMPT_WARNING_GEOLOCATION --> | 339 <!-- IDS_EXTENSION_PROMPT_WARNING_GEOLOCATION --> |
326 Detect your physical location | 340 Detect your physical location |
327 </td> | 341 </td> |
328 <td> | 342 <td> |
329 "geolocation" permission | 343 "geolocation" permission |
330 </td> | 344 </td> |
331 <td> | 345 <td> |
332 Allows the extension to use the proposed HTML5 | 346 Allows the extension to use the proposed HTML5 |
333 <a href="http://dev.w3.org/geo/api/spec-source.html">geolocation API</a> | 347 <a href="http://dev.w3.org/geo/api/spec-source.html">geolocation API</a> |
334 without prompting the user for permission. | 348 without prompting the user for permission. |
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
457 by clicking the <b>chrome://extensions</b> page's | 471 by clicking the <b>chrome://extensions</b> page's |
458 <b>Update extensions now</b> button. | 472 <b>Update extensions now</b> button. |
459 </p> | 473 </p> |
460 | 474 |
461 <h2 id="api">API</h2> | 475 <h2 id="api">API</h2> |
462 | 476 |
463 <p> | 477 <p> |
464 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 |
465 $(ref:management.getPermissionWarningsByManifest). | 479 $(ref:management.getPermissionWarningsByManifest). |
466 </p> | 480 </p> |
OLD | NEW |