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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
96 <div id="leftNav"> | 96 <div id="leftNav"> |
97 <ul> | 97 <ul> |
98 <li> <a href="index.html">Home</a></li> | 98 <li> <a href="index.html">Home</a></li> |
99 <li> <a href="getstarted.html">Getting Started</a></li> | 99 <li> <a href="getstarted.html">Getting Started</a></li> |
100 <li> <a href="overview.html">Overview</a></li> | 100 <li> <a href="overview.html">Overview</a></li> |
101 <li> <a href="devguide.html"><div>Developer's Guide</div></a> | 101 <li> <a href="devguide.html"><div>Developer's Guide</div></a> |
102 <ul> | 102 <ul> |
103 <li> Browser UI | 103 <li> Browser UI |
104 <ul> | 104 <ul> |
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> | |
107 <li><a href="options.html">Options Pages</a></li> | 106 <li><a href="options.html">Options Pages</a></li> |
107 <li><a href="override.html">Override Pages</a></li> | |
108 <li><a href="pageAction.html">Page Actions</a></li> | 108 <li><a href="pageAction.html">Page Actions</a></li> |
109 <li><a href="themes.html">Themes</a></li> | 109 <li><a href="themes.html">Themes</a></li> |
110 </ul> | 110 </ul> |
111 </li> | 111 </li> |
112 <li> Browser Interaction | 112 <li> Browser Interaction |
113 <ul> | 113 <ul> |
114 <li><a href="bookmarks.html">Bookmarks</a></li> | 114 <li><a href="bookmarks.html">Bookmarks</a></li> |
115 <li><a href="events.html">Events</a></li> | 115 <li><a href="events.html">Events</a></li> |
116 <li><a href="tabs.html">Tabs</a></li> | 116 <li><a href="tabs.html">Tabs</a></li> |
117 <li><a href="windows.html">Windows</a></li> | 117 <li><a href="windows.html">Windows</a></li> |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
255 "<a href="#description">description</a>": "<em>A plain text description</em>", | 255 "<a href="#description">description</a>": "<em>A plain text description</em>", |
256 "<a href="#icons">icons</a>": { ... }, | 256 "<a href="#icons">icons</a>": { ... }, |
257 | 257 |
258 <em>// Pick one (or none)</em> | 258 <em>// Pick one (or none)</em> |
259 "<a href="browserAction.html">brower_action</a>": {...}, | 259 "<a href="browserAction.html">brower_action</a>": {...}, |
260 "<a href="pageAction.html">page_action</a>": {...}, | 260 "<a href="pageAction.html">page_action</a>": {...}, |
261 "<a href="themes.html">theme</a>": {...}, | 261 "<a href="themes.html">theme</a>": {...}, |
262 | 262 |
263 <em>// Add any of these that you need</em> | 263 <em>// Add any of these that you need</em> |
264 "<a href="background_pages.html">background_page</a>": "<em>aFile</em>.html", | 264 "<a href="background_pages.html">background_page</a>": "<em>aFile</em>.html", |
265 "<a href="ntp.html">chrome_url_overrides</a>": {...}, | 265 "<a href="ntp.html">chrome_url_overrides</a>": {...}, |
David Glasser
2009/12/01 18:28:32
You missed updating this link to override.html; th
| |
266 "<a href="content_scripts.html">content_scripts</a>": [...], | 266 "<a href="content_scripts.html">content_scripts</a>": [...], |
267 "<a href="options.html">options_page</a>": "<em>aFile</em>.html", | 267 "<a href="options.html">options_page</a>": "<em>aFile</em>.html", |
268 "<a href="#permissions">permissions</a>": [...], | 268 "<a href="#permissions">permissions</a>": [...], |
269 "<a href="npapi.html">plugins</a>": [...] | 269 "<a href="npapi.html">plugins</a>": [...] |
270 "<a href="autoupdate.html">update_url</a>": "http://<em>path/to/updateInfo</em >.xml", | 270 "<a href="autoupdate.html">update_url</a>": "http://<em>path/to/updateInfo</em >.xml", |
271 } | 271 } |
272 </pre> | 272 </pre> |
273 | 273 |
274 | 274 |
275 <a name="H2-1"></a><h2>Field details</h2> | 275 <a name="H2-1"></a><h2>Field details</h2> |
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
586 urchinTracker(); | 586 urchinTracker(); |
587 } | 587 } |
588 catch(e) {/* urchinTracker not available. */} | 588 catch(e) {/* urchinTracker not available. */} |
589 </script> | 589 </script> |
590 <!-- end analytics --> | 590 <!-- end analytics --> |
591 | 591 |
592 </div> <!-- /pageFooter --> | 592 </div> <!-- /pageFooter --> |
593 </div> <!-- /container --> | 593 </div> <!-- /container --> |
594 </body></html> | 594 </body></html> |
595 | 595 |
OLD | NEW |