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 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
280 <a href="#id-anchor">id</a> | 280 <a href="#id-anchor">id</a> |
281 </li> | 281 </li> |
282 </ol> | 282 </ol> |
283 </li> | 283 </li> |
284 </ol> | 284 </ol> |
285 </li> | 285 </li> |
286 </ol> | 286 </ol> |
287 </div> | 287 </div> |
288 <!-- /TABLE OF CONTENTS --> | 288 <!-- /TABLE OF CONTENTS --> |
289 | 289 |
| 290 <!-- Standard content lead-in for experimental API pages --> |
| 291 <p id="classSummary" style="display: none; "> |
| 292 For information on how to use experimental APIs, see the <a href="expe
rimental.html">chrome.experimental.* APIs</a> page. |
| 293 </p> |
| 294 |
290 <!-- STATIC CONTENT PLACEHOLDER --> | 295 <!-- STATIC CONTENT PLACEHOLDER --> |
291 <div id="static"><div id="pageData-name" class="pageData">Packaging</div
> | 296 <div id="static"><div id="pageData-name" class="pageData">Packaging</div
> |
292 <div id="pageData-showTOC" class="pageData">true</div> | 297 <div id="pageData-showTOC" class="pageData">true</div> |
293 | 298 |
294 <p> | 299 <p> |
295 This page describes how to package your extension. | 300 This page describes how to package your extension. |
296 As the <a href="overview.html">Overview</a> explains, | 301 As the <a href="overview.html">Overview</a> explains, |
297 extensions are packaged as signed ZIP files | 302 extensions are packaged as signed ZIP files |
298 with the file extension "crx" — | 303 with the file extension "crx" — |
299 for example, <code>myextension.crx</code>. | 304 for example, <code>myextension.crx</code>. |
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
641 _uff=0; | 646 _uff=0; |
642 urchinTracker(); | 647 urchinTracker(); |
643 } | 648 } |
644 catch(e) {/* urchinTracker not available. */} | 649 catch(e) {/* urchinTracker not available. */} |
645 </script> | 650 </script> |
646 <!-- end analytics --> | 651 <!-- end analytics --> |
647 </div> | 652 </div> |
648 </div> <!-- /gc-footer --> | 653 </div> <!-- /gc-footer --> |
649 </div> <!-- /gc-container --> | 654 </div> <!-- /gc-container --> |
650 </body></html> | 655 </body></html> |
OLD | NEW |