OLD | NEW |
1 <div id="gc-container" class="labs"> | 1 <div id="gc-container" class="labs"> |
2 <div id="devModeWarning"> | 2 <div id="devModeWarning"> |
3 You are viewing extension docs in chrome via the 'file:' scheme: are you
expecting to see local changes when you refresh? You'll need run chrome with --
allow-file-access-from-files. | 3 You are viewing extension docs in chrome via the 'file:' scheme: are you
expecting to see local changes when you refresh? You'll need run chrome with --
allow-file-access-from-files. |
4 </div> | 4 </div> |
5 <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> | 5 <!-- SUBTEMPLATES: DO NOT MOVE FROM THIS LOCATION --> |
6 <!-- In particular, sub-templates that recurse, must be used by allowing | 6 <!-- In particular, sub-templates that recurse, must be used by allowing |
7 jstemplate to make a copy of the template in this section which | 7 jstemplate to make a copy of the template in this section which |
8 are not operated on by way of the jsskip="true" --> | 8 are not operated on by way of the jsskip="true" --> |
9 <div jsskip="true" style="display:none"> | 9 <div jsskip="true" style="display:none"> |
10 | 10 |
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
126 <!-- SIDENAV --> | 126 <!-- SIDENAV --> |
127 <div class="g-unit g-first" id="gc-toc" jsdisplay="showSideNav()"> | 127 <div class="g-unit g-first" id="gc-toc" jsdisplay="showSideNav()"> |
128 <ul> | 128 <ul> |
129 <li><a href="getstarted.html">Getting Started</a></li> | 129 <li><a href="getstarted.html">Getting Started</a></li> |
130 <li><a href="overview.html">Overview</a></li> | 130 <li><a href="overview.html">Overview</a></li> |
131 <li><h2><a href="devguide.html">Developer's Guide</a></h2> | 131 <li><h2><a href="devguide.html">Developer's Guide</a></h2> |
132 <ul> | 132 <ul> |
133 <li>Browser UI | 133 <li>Browser UI |
134 <ul> | 134 <ul> |
135 <li><a href="browserAction.html">Browser Actions</a></li> | 135 <li><a href="browserAction.html">Browser Actions</a></li> |
| 136 <li><a href="contextMenus.html">Context Menus</a></li> |
136 <li><a href="notifications.html">Desktop Notifications</a></li
> | 137 <li><a href="notifications.html">Desktop Notifications</a></li
> |
137 <li><a href="options.html">Options Pages</a></li> | 138 <li><a href="options.html">Options Pages</a></li> |
138 <li><a href="override.html">Override Pages</a></li> | 139 <li><a href="override.html">Override Pages</a></li> |
139 <li><a href="pageAction.html">Page Actions</a></li> | 140 <li><a href="pageAction.html">Page Actions</a></li> |
140 <li><a href="themes.html">Themes</a></li> | 141 <li><a href="themes.html">Themes</a></li> |
141 </ul> | 142 </ul> |
142 </li> | 143 </li> |
143 <li>Browser Interaction | 144 <li>Browser Interaction |
144 <ul> | 145 <ul> |
145 <li><a href="bookmarks.html">Bookmarks</a></li> | 146 <li><a href="bookmarks.html">Bookmarks</a></li> |
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
455 _uanchor=1; | 456 _uanchor=1; |
456 _uff=0; | 457 _uff=0; |
457 urchinTracker(); | 458 urchinTracker(); |
458 } | 459 } |
459 catch(e) {/* urchinTracker not available. */} | 460 catch(e) {/* urchinTracker not available. */} |
460 </script> | 461 </script> |
461 <!-- end analytics --> | 462 <!-- end analytics --> |
462 </div> | 463 </div> |
463 </div> <!-- /gc-footer --> | 464 </div> <!-- /gc-footer --> |
464 </div> <!-- /gc-container --> | 465 </div> <!-- /gc-container --> |
OLD | NEW |