Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(456)

Side by Side Diff: chrome/common/extensions/docs/packaging.html

Issue 195029: Migrate information on AutoUpdate to new extensions docs.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 <li><a href="background_pages.html">Background Pages</a></li> 104 <li><a href="background_pages.html">Background Pages</a></li>
105 <li><a href="content_scripts.html">Content Scripts</a></li> 105 <li><a href="content_scripts.html">Content Scripts</a></li>
106 <li><a href="events.html">Events</a></li> 106 <li><a href="events.html">Events</a></li>
107 <li><a href="tabs.html">Tabs</a></li> 107 <li><a href="tabs.html">Tabs</a></li>
108 <li><a href="windows.html">Windows</a></li> 108 <li><a href="windows.html">Windows</a></li>
109 <li><a href="bookmarks.html">Bookmarks</a></li> 109 <li><a href="bookmarks.html">Bookmarks</a></li>
110 <li><a href="themes.html">Themes</a></li> 110 <li><a href="themes.html">Themes</a></li>
111 <li><a href="npapi.html">NPAPI Plugins</a></li> 111 <li><a href="npapi.html">NPAPI Plugins</a></li>
112 <li><a href="xhr.html">Cross-Origin XHR</a></li> 112 <li><a href="xhr.html">Cross-Origin XHR</a></li>
113 <li class="leftNavSelected">Packaging</li> 113 <li class="leftNavSelected">Packaging</li>
114 <li>Autoupdate</li> 114 <li><a href="autoupdate.html">Autoupdate</a></li>
115 </ul> 115 </ul>
116 </li> 116 </li>
117 <li><a href="tutorials.html"><div>Tutorials</div></a> 117 <li><a href="tutorials.html"><div>Tutorials</div></a>
118 <ul> 118 <ul>
119 <li><a href="tut_debugging.html">Debugging</a></li> 119 <li><a href="tut_debugging.html">Debugging</a></li>
120 </ul> 120 </ul>
121 </li> 121 </li>
122 <li>Reference 122 <li>Reference
123 <ul> 123 <ul>
124 <li> Formats 124 <li> Formats
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 creating and updating a package will be much easier. 225 creating and updating a package will be much easier.
226 Also refer to instructions on submitting an extension 226 Also refer to instructions on submitting an extension
227 for inclusion in the gallery.] 227 for inclusion in the gallery.]
228 --> 228 -->
229 229
230 <a name="H2-0"></a><h2>Creating a package</h2> 230 <a name="H2-0"></a><h2>Creating a package</h2>
231 231
232 <p>To package an extension:</p> 232 <p>To package an extension:</p>
233 <ol> 233 <ol>
234 <li> 234 <li>
235 Bring up the Extensions page 235 Bring up the Extensions management page
236 by going to this URL: 236 by going to this URL:
237 <blockquote> 237 <blockquote>
238 <b>chrome://extensions</b> 238 <b>chrome://extensions</b>
239 </blockquote> 239 </blockquote>
240 </li> 240 </li>
241 241
242 <li> 242 <li>
243 Click the <b>Pack extension</b> button. 243 Click the <b>Pack extension</b> button.
244 A dialog appears. 244 A dialog appears.
245 </li> 245 </li>
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 286
287 <h2 id="update">Updating a package</h2> 287 <h2 id="update">Updating a package</h2>
288 288
289 <p>To create an updated version of your extension:</p> 289 <p>To create an updated version of your extension:</p>
290 <ol> 290 <ol>
291 <li> 291 <li>
292 Increase the version number in <code>manifest.json</code>. 292 Increase the version number in <code>manifest.json</code>.
293 </li> 293 </li>
294 294
295 <li> 295 <li>
296 Bring up the Extensions page 296 Bring up the Extensions management page
297 by going to this URL: <b>chrome://extensions</b> 297 by going to this URL: <b>chrome://extensions</b>
298 </li> 298 </li>
299 299
300 <li> 300 <li>
301 In the <b>Extension root directory</b> field, 301 In the <b>Extension root directory</b> field,
302 specify the path to the extension's folder — 302 specify the path to the extension's folder —
303 for example, <code>c:\myext</code>. 303 for example, <code>c:\myext</code>.
304 </li> 304 </li>
305 305
306 <li> 306 <li>
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 Attribution 3.0 License</a>, and code samples are licensed under the 491 Attribution 3.0 License</a>, and code samples are licensed under the
492 <a rel="license" href="http://code.google.com/google_bsd_license.html">BSD Lic ense</a>. 492 <a rel="license" href="http://code.google.com/google_bsd_license.html">BSD Lic ense</a>.
493 </p> 493 </p>
494 <p> 494 <p>
495 ©2009 Google 495 ©2009 Google
496 </p> 496 </p>
497 </div> <!-- /pageFooter --> 497 </div> <!-- /pageFooter -->
498 </div> <!-- /container --> 498 </div> <!-- /container -->
499 </body></html> 499 </body></html>
500 500
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/overview.html ('k') | chrome/common/extensions/docs/pageActions.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698