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

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

Issue 340021: Minor doc fixes/improvements. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 1 month 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 <div id="pageData-title" class="pageData">Packaging</div> 1 <div id="pageData-title" 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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 137
138 <pre> 138 <pre>
139 chrome.exe --pack-extension=c:\myext --pack-extension-key=c:\myext.pem 139 chrome.exe --pack-extension=c:\myext --pack-extension-key=c:\myext.pem
140 </pre> 140 </pre>
141 141
142 <p> 142 <p>
143 To suppress the dialog, 143 To suppress the dialog,
144 add <code>--no-message-box</code> to the command. 144 add <code>--no-message-box</code> to the command.
145 </p> 145 </p>
146 146
147 <h2 id="ruby">Packaging on the Mac</h2> 147 <h2 id="ruby">Ruby script</h2>
148 148
149 <p> 149 <p>
150 Google Chrome for the Mac doesn't yet support creating packages. 150 You can also use a Ruby script to create packages.
151 Until that support exists,
152 you can use a Ruby script to create packages.
153 See the following thread for details: 151 See the following thread for details:
154 </p> 152 </p>
155 153
156 <blockquote> 154 <blockquote>
157 <a href="http://groups.google.com/group/chromium-extensions/browse_thread/thread /2e967e04d59fbacb">Chromium-extensions: extension packaging script</a> 155 <a href="http://groups.google.com/group/chromium-extensions/browse_thread/thread /2e967e04d59fbacb">Chromium-extensions: extension packaging script</a>
158 156
159 157
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/packaging.html ('k') | chrome/common/extensions/docs/static/themes.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698