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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
139 <!-- SIDENAV --> | 139 <!-- SIDENAV --> |
140 <div class="g-unit g-first" id="gc-toc"> | 140 <div class="g-unit g-first" id="gc-toc"> |
141 <ul> | 141 <ul> |
142 <li><a href="getstarted.html">Getting Started</a></li> | 142 <li><a href="getstarted.html">Getting Started</a></li> |
143 <li><a href="overview.html">Overview</a></li> | 143 <li><a href="overview.html">Overview</a></li> |
144 <li><h2><a href="devguide.html">Developer's Guide</a></h2> | 144 <li><h2><a href="devguide.html">Developer's Guide</a></h2> |
145 <ul> | 145 <ul> |
146 <li>Browser UI | 146 <li>Browser UI |
147 <ul> | 147 <ul> |
148 <li><a href="browserAction.html">Browser Actions</a></li> | 148 <li><a href="browserAction.html">Browser Actions</a></li> |
| 149 <li><a href="contextMenus.html">Context Menus</a></li> |
149 <li><a href="notifications.html">Desktop Notifications</a></li
> | 150 <li><a href="notifications.html">Desktop Notifications</a></li
> |
150 <li><a href="options.html">Options Pages</a></li> | 151 <li><a href="options.html">Options Pages</a></li> |
151 <li><a href="override.html">Override Pages</a></li> | 152 <li><a href="override.html">Override Pages</a></li> |
152 <li><a href="pageAction.html">Page Actions</a></li> | 153 <li><a href="pageAction.html">Page Actions</a></li> |
153 <li><a href="themes.html">Themes</a></li> | 154 <li><a href="themes.html">Themes</a></li> |
154 </ul> | 155 </ul> |
155 </li> | 156 </li> |
156 <li>Browser Interaction | 157 <li>Browser Interaction |
157 <ul> | 158 <ul> |
158 <li><a href="bookmarks.html">Bookmarks</a></li> | 159 <li><a href="bookmarks.html">Bookmarks</a></li> |
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
542 <td> Required if the extension uses the | 543 <td> Required if the extension uses the |
543 "chrome://favicon/<em>url</em>" mechanism | 544 "chrome://favicon/<em>url</em>" mechanism |
544 to display the favicon of a page. | 545 to display the favicon of a page. |
545 For example, to display the favicon of http://www.google.com/, | 546 For example, to display the favicon of http://www.google.com/, |
546 you declare the "chrome://favicon/" permission | 547 you declare the "chrome://favicon/" permission |
547 and use HTML code like this: | 548 and use HTML code like this: |
548 <pre><img src="chrome://favicon/http://www.google.com/"></pre> | 549 <pre><img src="chrome://favicon/http://www.google.com/"></pre> |
549 </td> | 550 </td> |
550 </tr> | 551 </tr> |
551 <tr> | 552 <tr> |
| 553 <td> "contextMenus" </td> |
| 554 <td> Required if the extension uses the |
| 555 <a href="contextMenus.html">context menus</a> module. </td> |
| 556 </tr> |
| 557 <tr> |
552 <td> "cookies" </td> | 558 <td> "cookies" </td> |
553 <td> Required if the extension uses the | 559 <td> Required if the extension uses the |
554 <a href="cookies.html">chrome.cookies</a> module. </td> | 560 <a href="cookies.html">chrome.cookies</a> module. </td> |
555 </tr> | 561 </tr> |
556 <tr> | 562 <tr> |
557 <td> "experimental" </td> | 563 <td> "experimental" </td> |
558 <td> Required if the extension uses any | 564 <td> Required if the extension uses any |
559 <a href="http://code.google.com/chrome/extensions/dev/experimental.html">
chrome.experimental.* APIs</a>.</td> | 565 <a href="http://code.google.com/chrome/extensions/dev/experimental.html">
chrome.experimental.* APIs</a>.</td> |
560 </tr> | 566 </tr> |
561 <tr> | 567 <tr> |
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
837 _uff=0; | 843 _uff=0; |
838 urchinTracker(); | 844 urchinTracker(); |
839 } | 845 } |
840 catch(e) {/* urchinTracker not available. */} | 846 catch(e) {/* urchinTracker not available. */} |
841 </script> | 847 </script> |
842 <!-- end analytics --> | 848 <!-- end analytics --> |
843 </div> | 849 </div> |
844 </div> <!-- /gc-footer --> | 850 </div> <!-- /gc-footer --> |
845 </div> <!-- /gc-container --> | 851 </div> <!-- /gc-container --> |
846 </body></html> | 852 </body></html> |
OLD | NEW |