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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
215 </li> | 215 </li> |
216 </ol> | 216 </ol> |
217 </li><li> | 217 </li><li> |
218 <a href="#ruby">Ruby script</a> | 218 <a href="#ruby">Ruby script</a> |
219 <ol> | 219 <ol> |
220 <li style="display: none; "> | 220 <li style="display: none; "> |
221 <a>h3Name</a> | 221 <a>h3Name</a> |
222 </li> | 222 </li> |
223 </ol> | 223 </ol> |
224 </li> | 224 </li> |
225 <div style="display: none; "> | 225 <li style="display: none; "> |
226 <li> | |
227 <a href="#apiReference">API reference</a> | 226 <a href="#apiReference">API reference</a> |
228 <ol> | 227 <ol> |
229 <li> | 228 <li> |
230 <a href="#properties">Properties</a> | 229 <a href="#properties">Properties</a> |
231 <ol> | 230 <ol> |
232 <li> | 231 <li> |
233 <a href="#property-anchor">propertyName</a> | 232 <a href="#property-anchor">propertyName</a> |
234 </li> | 233 </li> |
235 </ol> | 234 </ol> |
236 </li> | 235 </li> |
(...skipping 16 matching lines...) Expand all Loading... |
253 <li> | 252 <li> |
254 <a href="#types">Types</a> | 253 <a href="#types">Types</a> |
255 <ol> | 254 <ol> |
256 <li> | 255 <li> |
257 <a href="#id-anchor">id</a> | 256 <a href="#id-anchor">id</a> |
258 </li> | 257 </li> |
259 </ol> | 258 </ol> |
260 </li> | 259 </li> |
261 </ol> | 260 </ol> |
262 </li> | 261 </li> |
263 </div> | |
264 </ol> | 262 </ol> |
265 </div> | 263 </div> |
266 <!-- /TABLE OF CONTENTS --> | 264 <!-- /TABLE OF CONTENTS --> |
267 | 265 |
268 <!-- STATIC CONTENT PLACEHOLDER --> | 266 <!-- STATIC CONTENT PLACEHOLDER --> |
269 <div id="static"><div id="pageData-name" class="pageData">Packaging</div
> | 267 <div id="static"><div id="pageData-name" class="pageData">Packaging</div
> |
270 <div id="pageData-showTOC" class="pageData">true</div> | 268 <div id="pageData-showTOC" class="pageData">true</div> |
271 | 269 |
272 <p> | 270 <p> |
273 This page describes how to package your extension. | 271 This page describes how to package your extension. |
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
608 urchinTracker(); | 606 urchinTracker(); |
609 } | 607 } |
610 catch(e) {/* urchinTracker not available. */} | 608 catch(e) {/* urchinTracker not available. */} |
611 </script> | 609 </script> |
612 <!-- end analytics --> | 610 <!-- end analytics --> |
613 </div> | 611 </div> |
614 </div> <!-- /gc-footer --> | 612 </div> <!-- /gc-footer --> |
615 </div> <!-- /gc-container --> | 613 </div> <!-- /gc-container --> |
616 </body></html> | 614 </body></html> |
617 | 615 |
OLD | NEW |