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 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
310 <ol> | 310 <ol> |
311 <li> | 311 <li> |
312 Bring up the Extensions management page | 312 Bring up the Extensions management page |
313 by going to this URL: | 313 by going to this URL: |
314 <blockquote> | 314 <blockquote> |
315 <b>chrome://extensions</b> | 315 <b>chrome://extensions</b> |
316 </blockquote> | 316 </blockquote> |
317 </li> | 317 </li> |
318 | 318 |
319 <li> | 319 <li> |
| 320 If <b>Developer mode</b> has a + by it, |
| 321 click the +. |
| 322 </li> |
| 323 |
| 324 <li> |
320 Click the <b>Pack extension</b> button. | 325 Click the <b>Pack extension</b> button. |
321 A dialog appears. | 326 A dialog appears. |
322 </li> | 327 </li> |
323 | 328 |
324 <li> | 329 <li> |
325 In the <b>Extension root directory</b> field, | 330 In the <b>Extension root directory</b> field, |
326 specify the path to the extension's folder — | 331 specify the path to the extension's folder — |
327 for example, <code>c:\myext</code>. | 332 for example, <code>c:\myext</code>. |
328 (Ignore the other field; | 333 (Ignore the other field; |
329 you don't specify a private key file | 334 you don't specify a private key file |
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
613 _uff=0; | 618 _uff=0; |
614 urchinTracker(); | 619 urchinTracker(); |
615 } | 620 } |
616 catch(e) {/* urchinTracker not available. */} | 621 catch(e) {/* urchinTracker not available. */} |
617 </script> | 622 </script> |
618 <!-- end analytics --> | 623 <!-- end analytics --> |
619 </div> | 624 </div> |
620 </div> <!-- /gc-footer --> | 625 </div> <!-- /gc-footer --> |
621 </div> <!-- /gc-container --> | 626 </div> <!-- /gc-container --> |
622 </body></html> | 627 </body></html> |
OLD | NEW |