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 818 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
829 <code>document.execCommand('paste')</code>. </td> | 829 <code>document.execCommand('paste')</code>. </td> |
830 </tr> | 830 </tr> |
831 <tr> | 831 <tr> |
832 <td> "clipboardWrite" </td> | 832 <td> "clipboardWrite" </td> |
833 <td> Indicates the app or extension uses | 833 <td> Indicates the app or extension uses |
834 <code>document.execCommand('copy')</code> or | 834 <code>document.execCommand('copy')</code> or |
835 <code>document.execCommand('cut')</code>. This permission is <b>required | 835 <code>document.execCommand('cut')</code>. This permission is <b>required |
836 for hosted apps</b>; it's recommended for extensions and packaged apps. | 836 for hosted apps</b>; it's recommended for extensions and packaged apps. |
837 </td> | 837 </td> |
838 </tr> | 838 </tr> |
839 | 839 <tr> |
| 840 <td> "contentSettings" </td> |
| 841 <td> Required if the extension uses the |
| 842 <a href="contentSettings.html">chrome.contentSettings</a> module. </td> |
| 843 </tr> |
840 <tr> | 844 <tr> |
841 <td> "contextMenus" </td> | 845 <td> "contextMenus" </td> |
842 <td> Required if the extension uses the | 846 <td> Required if the extension uses the |
843 <a href="contextMenus.html">chrome.contextMenus</a> module. </td> | 847 <a href="contextMenus.html">chrome.contextMenus</a> module. </td> |
844 </tr> | 848 </tr> |
845 <tr> | 849 <tr> |
846 <td> "cookies" </td> | 850 <td> "cookies" </td> |
847 <td> Required if the extension uses the | 851 <td> Required if the extension uses the |
848 <a href="cookies.html">chrome.cookies</a> module. </td> | 852 <a href="cookies.html">chrome.cookies</a> module. </td> |
849 </tr> | 853 </tr> |
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1191 _uff=0; | 1195 _uff=0; |
1192 urchinTracker(); | 1196 urchinTracker(); |
1193 } | 1197 } |
1194 catch(e) {/* urchinTracker not available. */} | 1198 catch(e) {/* urchinTracker not available. */} |
1195 </script> | 1199 </script> |
1196 <!-- end analytics --> | 1200 <!-- end analytics --> |
1197 </div> | 1201 </div> |
1198 </div> <!-- /gc-footer --> | 1202 </div> <!-- /gc-footer --> |
1199 </div> <!-- /gc-container --> | 1203 </div> <!-- /gc-container --> |
1200 </body></html> | 1204 </body></html> |
OLD | NEW |