| 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 <li><a href="browserAction.html">Browser Actions</a></li> | 105 <li><a href="browserAction.html">Browser Actions</a></li> |
| 106 <li><a href="ntp.html">New Tab Pages</a></li> | 106 <li><a href="ntp.html">New Tab Pages</a></li> |
| 107 <li><a href="pageAction.html">Page Actions</a></li> | 107 <li><a href="pageAction.html">Page Actions</a></li> |
| 108 <li><a href="themes.html">Themes</a></li> | 108 <li><a href="themes.html">Themes</a></li> |
| 109 </ul> | 109 </ul> |
| 110 </li> | 110 </li> |
| 111 <li> More Interaction | 111 <li> More Interaction |
| 112 <ul> | 112 <ul> |
| 113 <li><a href="bookmarks.html">Bookmarks</a></li> | 113 <li><a href="bookmarks.html">Bookmarks</a></li> |
| 114 <li><a href="events.html">Events</a></li> | 114 <li><a href="events.html">Events</a></li> |
| 115 <li><a href="options.html">Options Page</a></li> |
| 115 <li><a href="tabs.html">Tabs</a></li> | 116 <li><a href="tabs.html">Tabs</a></li> |
| 116 <li><a href="windows.html">Windows</a></li> | 117 <li><a href="windows.html">Windows</a></li> |
| 117 </ul> | 118 </ul> |
| 118 </li> | 119 </li> |
| 119 <li> Implementation | 120 <li> Implementation |
| 120 <ul> | 121 <ul> |
| 121 <li><a href="background_pages.html">Background Pages</a></li> | 122 <li><a href="background_pages.html">Background Pages</a></li> |
| 122 <li><a href="content_scripts.html">Content Scripts</a></li> | 123 <li><a href="content_scripts.html">Content Scripts</a></li> |
| 123 <li><a href="xhr.html">Cross-Origin XHR</a></li> | 124 <li><a href="xhr.html">Cross-Origin XHR</a></li> |
| 124 <li><a href="npapi.html">NPAPI Plugins</a></li> | 125 <li><a href="npapi.html">NPAPI Plugins</a></li> |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 "<a href="autoupdate.html">update_url</a>": "http://<em>path/to/updateInfo</em
>.xml", | 255 "<a href="autoupdate.html">update_url</a>": "http://<em>path/to/updateInfo</em
>.xml", |
| 255 | 256 |
| 256 "<a href="background_pages.html">background_page</a>": "<em>aFile</em>.html", | 257 "<a href="background_pages.html">background_page</a>": "<em>aFile</em>.html", |
| 257 "<a href="browserAction.html">brower_action</a>": {...}, | 258 "<a href="browserAction.html">brower_action</a>": {...}, |
| 258 "<a href="ntp.html">chrome_url_overrides</a>": {...}, | 259 "<a href="ntp.html">chrome_url_overrides</a>": {...}, |
| 259 "<a href="content_scripts.html">content_scripts</a>": [...], | 260 "<a href="content_scripts.html">content_scripts</a>": [...], |
| 260 "<a href="pageAction.html">page_action</a>": {...}, | 261 "<a href="pageAction.html">page_action</a>": {...}, |
| 261 "<a href="#permissions">permissions</a>": [...], | 262 "<a href="#permissions">permissions</a>": [...], |
| 262 "<a href="npapi.html">plugins</a>": [...], | 263 "<a href="npapi.html">plugins</a>": [...], |
| 263 "<a href="themes.html">theme</a>": {...}, | 264 "<a href="themes.html">theme</a>": {...}, |
| 264 "<a href="toolstrip.html">toolstrips</a>": [...] | 265 "<a href="toolstrip.html">toolstrips</a>": [...], |
| 266 "<a href="options.html">options_page</a>": "<em>aFile</em>.html", |
| 265 } | 267 } |
| 266 </pre> | 268 </pre> |
| 267 | 269 |
| 268 | 270 |
| 269 <a name="H2-1"></a><h2>Field details</h2> | 271 <a name="H2-1"></a><h2>Field details</h2> |
| 270 | 272 |
| 271 <p> | 273 <p> |
| 272 This section covers fields that aren't described in another page. | 274 This section covers fields that aren't described in another page. |
| 273 For a complete list of fields, | 275 For a complete list of fields, |
| 274 with links to where they're described in detail, | 276 with links to where they're described in detail, |
| (...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 537 urchinTracker(); | 539 urchinTracker(); |
| 538 } | 540 } |
| 539 catch(e) {/* urchinTracker not available. */} | 541 catch(e) {/* urchinTracker not available. */} |
| 540 </script> | 542 </script> |
| 541 <!-- end analytics --> | 543 <!-- end analytics --> |
| 542 | 544 |
| 543 </div> <!-- /pageFooter --> | 545 </div> <!-- /pageFooter --> |
| 544 </div> <!-- /container --> | 546 </div> <!-- /container --> |
| 545 </body></html> | 547 </body></html> |
| 546 | 548 |
| OLD | NEW |