| 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 702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 713 | 713 |
| 714 <ul> | 714 <ul> |
| 715 <li>"chrome://favicon/"</li> | 715 <li>"chrome://favicon/"</li> |
| 716 <li>"clipboardWrite"</li> | 716 <li>"clipboardWrite"</li> |
| 717 <li>"contextMenus"</li> | 717 <li>"contextMenus"</li> |
| 718 <li>"cookies"</li> | 718 <li>"cookies"</li> |
| 719 <li>"experimental"</li> | 719 <li>"experimental"</li> |
| 720 <li>"idle"</li> | 720 <li>"idle"</li> |
| 721 <li>"notifications"</li> | 721 <li>"notifications"</li> |
| 722 <li>"unlimitedStorage"</li> | 722 <li>"unlimitedStorage"</li> |
| 723 <li>"webRequest"</li> |
| 724 <li>"webRequest_blocking"</li> |
| 723 </ul> | 725 </ul> |
| 724 | 726 |
| 725 <h2 id="test"> Testing permission warnings </h2> | 727 <h2 id="test"> Testing permission warnings </h2> |
| 726 | 728 |
| 727 <p> | 729 <p> |
| 728 If you'd like to see exactly which warnings your users will get, | 730 If you'd like to see exactly which warnings your users will get, |
| 729 <a href="packaging.html">package your extension</a> | 731 <a href="packaging.html">package your extension</a> |
| 730 into a <code>.crx</code> file, | 732 into a <code>.crx</code> file, |
| 731 and install it. | 733 and install it. |
| 732 </p> | 734 </p> |
| (...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 964 _uff=0; | 966 _uff=0; |
| 965 urchinTracker(); | 967 urchinTracker(); |
| 966 } | 968 } |
| 967 catch(e) {/* urchinTracker not available. */} | 969 catch(e) {/* urchinTracker not available. */} |
| 968 </script> | 970 </script> |
| 969 <!-- end analytics --> | 971 <!-- end analytics --> |
| 970 </div> | 972 </div> |
| 971 </div> <!-- /gc-footer --> | 973 </div> <!-- /gc-footer --> |
| 972 </div> <!-- /gc-container --> | 974 </div> <!-- /gc-container --> |
| 973 </body></html> | 975 </body></html> |
| OLD | NEW |