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

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

Issue 8404007: Delete code for and references to mini-gallery and theme install bubbles. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: > Created 9 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
« no previous file with comments | « chrome/common/chrome_notification_types.h ('k') | chrome/common/extensions/docs/themes.html » ('j') | 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-showTOC" class="pageData">true</div> 1 <div id="pageData-showTOC" class="pageData">true</div>
2 2
3 <p> 3 <p>
4 A <em>theme</em> is a special kind of extension 4 A <em>theme</em> is a special kind of extension
5 that changes the way the browser looks. 5 that changes the way the browser looks.
6 Themes are <a href="packaging.html">packaged</a> like regular extensions, 6 Themes are <a href="packaging.html">packaged</a> like regular extensions,
7 but they don't contain JavaScript or HTML code. 7 but they don't contain JavaScript or HTML code.
8 </p> 8 </p>
9 9
10 <p> 10 <p>
11 You can find and try a bunch of themes at the 11 You can find and try a bunch of themes at the
12 <a href="https://tools.google.com/chrome/intl/en/themes/">themes gallery</a>. 12 <a href="https://chrome.google.com/webstore/category/themes">Chrome Web Store</a >.
13 </p> 13 </p>
14 14
15 <img src="images/themes-1.gif" 15 <img src="images/themes-1.gif"
16 width="100" height="80" alt="grassy theme" /> 16 width="100" height="80" alt="grassy theme" />
17 17
18 <img src="images/themes-2.gif" 18 <img src="images/themes-2.gif"
19 width="100" height="80" alt="dark theme" /> 19 width="100" height="80" alt="dark theme" />
20 20
21 <img src="images/themes-3.gif" 21 <img src="images/themes-3.gif"
22 width="100" height="80" alt="foggy theme" /> 22 width="100" height="80" alt="foggy theme" />
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 140
141 <h2 id="moredoc"> Additional documentation </h2> 141 <h2 id="moredoc"> Additional documentation </h2>
142 142
143 <p> 143 <p>
144 Community-written documentation to help you write themes is here: 144 Community-written documentation to help you write themes is here:
145 </p> 145 </p>
146 146
147 <blockquote> 147 <blockquote>
148 <a href="http://code.google.com/p/chromium/wiki/ThemeCreationGuide">http://code. google.com/p/chromium/wiki/ThemeCreationGuide</a> 148 <a href="http://code.google.com/p/chromium/wiki/ThemeCreationGuide">http://code. google.com/p/chromium/wiki/ThemeCreationGuide</a>
149 </blockquote> 149 </blockquote>
OLDNEW
« no previous file with comments | « chrome/common/chrome_notification_types.h ('k') | chrome/common/extensions/docs/themes.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698