| 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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 </li> | 175 </li> |
| 176 </ol> | 176 </ol> |
| 177 </li><li jsinstance="2"> | 177 </li><li jsinstance="2"> |
| 178 <a href="#H2-2">Packaging at the command line</a> | 178 <a href="#H2-2">Packaging at the command line</a> |
| 179 <ol> | 179 <ol> |
| 180 <li jsinstance="*0" style="display: none; "> | 180 <li jsinstance="*0" style="display: none; "> |
| 181 <a>h3Name</a> | 181 <a>h3Name</a> |
| 182 </li> | 182 </li> |
| 183 </ol> | 183 </ol> |
| 184 </li><li jsinstance="*3"> | 184 </li><li jsinstance="*3"> |
| 185 <a href="#ruby">Packaging on the Mac</a> | 185 <a href="#ruby">Ruby script</a> |
| 186 <ol> | 186 <ol> |
| 187 <li jsinstance="*0" style="display: none; "> | 187 <li jsinstance="*0" style="display: none; "> |
| 188 <a>h3Name</a> | 188 <a>h3Name</a> |
| 189 </li> | 189 </li> |
| 190 </ol> | 190 </ol> |
| 191 </li> | 191 </li> |
| 192 <div style="display: none; "> | 192 <div style="display: none; "> |
| 193 <li> | 193 <li> |
| 194 <a href="#apiReference">API reference</a> | 194 <a href="#apiReference">API reference</a> |
| 195 <ol> | 195 <ol> |
| (...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 369 </p> | 369 </p> |
| 370 | 370 |
| 371 <pre>chrome.exe --pack-extension=c:\myext --pack-extension-key=c:\myext.pem | 371 <pre>chrome.exe --pack-extension=c:\myext --pack-extension-key=c:\myext.pem |
| 372 </pre> | 372 </pre> |
| 373 | 373 |
| 374 <p> | 374 <p> |
| 375 To suppress the dialog, | 375 To suppress the dialog, |
| 376 add <code>--no-message-box</code> to the command. | 376 add <code>--no-message-box</code> to the command. |
| 377 </p> | 377 </p> |
| 378 | 378 |
| 379 <h2 id="ruby">Packaging on the Mac</h2> | 379 <h2 id="ruby">Ruby script</h2> |
| 380 | 380 |
| 381 <p> | 381 <p> |
| 382 Google Chrome for the Mac doesn't yet support creating packages. | 382 You can also use a Ruby script to create packages. |
| 383 Until that support exists, | |
| 384 you can use a Ruby script to create packages. | |
| 385 See the following thread for details: | 383 See the following thread for details: |
| 386 </p> | 384 </p> |
| 387 | 385 |
| 388 <blockquote> | 386 <blockquote> |
| 389 <a href="http://groups.google.com/group/chromium-extensions/browse_thread/thread
/2e967e04d59fbacb">Chromium-extensions: extension packaging script</a> | 387 <a href="http://groups.google.com/group/chromium-extensions/browse_thread/thread
/2e967e04d59fbacb">Chromium-extensions: extension packaging script</a> |
| 390 | 388 |
| 391 | 389 |
| 392 </blockquote></div> | 390 </blockquote></div> |
| 393 | 391 |
| 394 <!-- API PAGE --> | 392 <!-- API PAGE --> |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 565 urchinTracker(); | 563 urchinTracker(); |
| 566 } | 564 } |
| 567 catch(e) {/* urchinTracker not available. */} | 565 catch(e) {/* urchinTracker not available. */} |
| 568 </script> | 566 </script> |
| 569 <!-- end analytics --> | 567 <!-- end analytics --> |
| 570 | 568 |
| 571 </div> <!-- /pageFooter --> | 569 </div> <!-- /pageFooter --> |
| 572 </div> <!-- /container --> | 570 </div> <!-- /container --> |
| 573 </body></html> | 571 </body></html> |
| 574 | 572 |
| OLD | NEW |