OLD | NEW |
1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc.
Note: | 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc.
Note: |
2 1) The <head> information in this page is significant, should be uniform | 2 1) The <head> information in this page is significant, should be uniform |
3 across api docs and should be edited only with knowledge of the | 3 across api docs and should be edited only with knowledge of the |
4 templating mechanism. | 4 templating mechanism. |
5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a | 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a |
6 browser, it will be re-generated from the template, json schema and | 6 browser, it will be re-generated from the template, json schema and |
7 authored overview content. | 7 authored overview content. |
8 4) The <body>.innerHTML is also generated by an offline step so that this | 8 4) The <body>.innerHTML is also generated by an offline step so that this |
9 page may easily be indexed by search engines. | 9 page may easily be indexed by search engines. |
10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> | 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> |
(...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
540 <p> | 540 <p> |
541 The "tabs" permission is required by the | 541 The "tabs" permission is required by the |
542 <a href="tabs.html"><code>chrome.tabs</code></a> and | 542 <a href="tabs.html"><code>chrome.tabs</code></a> and |
543 <a href="windows.html"><code>chrome.windows</code></a> modules. | 543 <a href="windows.html"><code>chrome.windows</code></a> modules. |
544 </p> | 544 </p> |
545 </td> | 545 </td> |
546 </tr> | 546 </tr> |
547 | 547 |
548 <tr> | 548 <tr> |
549 <td style="font-weight:bold"> | 549 <td style="font-weight:bold"> |
| 550 <!-- IDS_EXTENSION_PROMPT_WARNING_CONTENT_SETTINGS --> |
| 551 Settings that specify whether websites can use features such as cookies, Jav
aScript, and plug-ins |
| 552 </td> |
| 553 <td> |
| 554 <!-- HasEffectiveBrowsingHistoryPermission --> |
| 555 "contentSettings" permission |
| 556 </td> |
| 557 <td> |
| 558 <p> |
| 559 The "contentSettings" permission is required by |
| 560 <a href="contentSettings.html"><code>chrome.contentSettings</code></a>. |
| 561 </p> |
| 562 </td> |
| 563 </tr> |
| 564 |
| 565 <tr> |
| 566 <td style="font-weight:bold"> |
550 <!-- IDS_EXTENSION_PROMPT_WARNING_ALL_HOSTS --> | 567 <!-- IDS_EXTENSION_PROMPT_WARNING_ALL_HOSTS --> |
551 Your data on all websites | 568 Your data on all websites |
552 </td> | 569 </td> |
553 <td> | 570 <td> |
554 <!-- HasEffectiveAccessToAllHosts() --> | 571 <!-- HasEffectiveAccessToAllHosts() --> |
555 Any of the following: | 572 Any of the following: |
556 <ul> | 573 <ul> |
557 <li> "debugger" permission </li> | 574 <li> "debugger" permission </li> |
558 <li> "proxy" permission </li> | 575 <li> "proxy" permission </li> |
559 <li> A match pattern in the "permissions" field | 576 <li> A match pattern in the "permissions" field |
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
936 _uff=0; | 953 _uff=0; |
937 urchinTracker(); | 954 urchinTracker(); |
938 } | 955 } |
939 catch(e) {/* urchinTracker not available. */} | 956 catch(e) {/* urchinTracker not available. */} |
940 </script> | 957 </script> |
941 <!-- end analytics --> | 958 <!-- end analytics --> |
942 </div> | 959 </div> |
943 </div> <!-- /gc-footer --> | 960 </div> <!-- /gc-footer --> |
944 </div> <!-- /gc-container --> | 961 </div> <!-- /gc-container --> |
945 </body></html> | 962 </body></html> |
OLD | NEW |