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 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
368 "privacy" permission | 368 "privacy" permission |
369 </td> | 369 </td> |
370 <td> | 370 <td> |
371 The "privacy" permission is required by the | 371 The "privacy" permission is required by the |
372 <a href="privacy.html"><code>chrome.privacy</code></a> module. | 372 <a href="privacy.html"><code>chrome.privacy</code></a> module. |
373 </td> | 373 </td> |
374 </tr> | 374 </tr> |
375 | 375 |
376 <tr> | 376 <tr> |
377 <td style="font-weight:bold"> | 377 <td style="font-weight:bold"> |
| 378 <!-- IDS_EXTENSION_PROMPT_WARNING_SIGNED_IN_DEVICES--> |
| 379 Retrieves the list of singed in devices |
| 380 </td> |
| 381 <td> |
| 382 "signedInDevices" permission |
| 383 </td> |
| 384 <td> |
| 385 Allows the extension to retrieve the list of devices the user is |
| 386 signed into. |
| 387 </td> |
| 388 </tr> |
| 389 |
| 390 <tr> |
| 391 <td style="font-weight:bold"> |
378 <!-- IDS_EXTENSION_PROMPT_WARNING_TTS_ENGINE--> | 392 <!-- IDS_EXTENSION_PROMPT_WARNING_TTS_ENGINE--> |
379 Access all text spoken using synthesized speech | 393 Access all text spoken using synthesized speech |
380 </td> | 394 </td> |
381 <td> | 395 <td> |
382 "ttsEngine" permission | 396 "ttsEngine" permission |
383 </td> | 397 </td> |
384 <td> | 398 <td> |
385 The "ttsEngine" permission is required by the | 399 The "ttsEngine" permission is required by the |
386 <a href="ttsEngine.html"><code>chrome.ttsEngine</code></a> module. | 400 <a href="ttsEngine.html"><code>chrome.ttsEngine</code></a> module. |
387 </td> | 401 </td> |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
445 by clicking the <b>chrome://extensions</b> page's | 459 by clicking the <b>chrome://extensions</b> page's |
446 <b>Update extensions now</b> button. | 460 <b>Update extensions now</b> button. |
447 </p> | 461 </p> |
448 | 462 |
449 <h2 id="api">API</h2> | 463 <h2 id="api">API</h2> |
450 | 464 |
451 <p> | 465 <p> |
452 You can get a list of permission warnings for any manifest with | 466 You can get a list of permission warnings for any manifest with |
453 $ref:management.getPermissionWarningsByManifest. | 467 $ref:management.getPermissionWarningsByManifest. |
454 </p> | 468 </p> |
OLD | NEW |