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

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

Issue 465039: Extension Doc Changes (no building or testable changes) (Closed)
Patch Set: Created 11 years 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
OLDNEW
1 <div id="pageData-title" 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>
11 11
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 154
155 <p> 155 <p>
156 You can also use a Ruby script to create packages. 156 You can also use a Ruby script to create packages.
157 See the following page for details: 157 See the following page for details:
158 </p> 158 </p>
159 159
160 <blockquote> 160 <blockquote>
161 <a href="http://github.com/Constellation/crxmake">github: crxmake</a> 161 <a href="http://github.com/Constellation/crxmake">github: crxmake</a>
162 162
163 163
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/static/overview.html ('k') | chrome/common/extensions/docs/static/pageAction.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698