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

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

Issue 1783012: Cleanup pass. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 7 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
« no previous file with comments | « chrome/common/extensions/docs/static/devguide.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div id="pageData-name" class="pageData">Packaging</div> 1 <div id="pageData-name" class="pageData">Packaging</div>
2 <div id="pageData-showTOC" class="pageData">true</div> 2 <div id="pageData-showTOC" class="pageData">true</div>
3 3
4 <p> 4 <p>
5 This page describes how to package your extension. 5 This page describes how to package your extension.
6 As the <a href="overview.html">Overview</a> explains, 6 As the <a href="overview.html">Overview</a> explains,
7 extensions are packaged as signed ZIP files 7 extensions are packaged as signed ZIP files
8 with the file extension "crx" &mdash; 8 with the file extension "crx" &mdash;
9 for example, <code>myextension.crx</code>. 9 for example, <code>myextension.crx</code>.
10 </p> 10 </p>
(...skipping 25 matching lines...) Expand all
36 <ol> 36 <ol>
37 <li> 37 <li>
38 Bring up the Extensions management page 38 Bring up the Extensions management page
39 by going to this URL: 39 by going to this URL:
40 <blockquote> 40 <blockquote>
41 <b>chrome://extensions</b> 41 <b>chrome://extensions</b>
42 </blockquote> 42 </blockquote>
43 </li> 43 </li>
44 44
45 <li> 45 <li>
46 If <b>Developer mode</b> has a + by it,
47 click the +.
48 </li>
49
50 <li>
46 Click the <b>Pack extension</b> button. 51 Click the <b>Pack extension</b> button.
47 A dialog appears. 52 A dialog appears.
48 </li> 53 </li>
49 54
50 <li> 55 <li>
51 In the <b>Extension root directory</b> field, 56 In the <b>Extension root directory</b> field,
52 specify the path to the extension's folder &mdash; 57 specify the path to the extension's folder &mdash;
53 for example, <code>c:\myext</code>. 58 for example, <code>c:\myext</code>.
54 (Ignore the other field; 59 (Ignore the other field;
55 you don't specify a private key file 60 you don't specify a private key file
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 159
155 <p> 160 <p>
156 You can also use a Ruby script to create packages. 161 You can also use a Ruby script to create packages.
157 See the following page for details: 162 See the following page for details:
158 </p> 163 </p>
159 164
160 <blockquote> 165 <blockquote>
161 <a href="http://github.com/Constellation/crxmake">github: crxmake</a> 166 <a href="http://github.com/Constellation/crxmake">github: crxmake</a>
162 167
163 168
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/static/devguide.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698