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

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

Issue 1592403002: update obsolete code.google.com documentation links (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master Created 4 years, 10 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
OLDNEW
1 <h1 class="page_title">Themes</h1><p> 1 <h1 class="page_title">Themes</h1><p>
2 A <em>theme</em> is a special kind of extension 2 A <em>theme</em> is a special kind of extension
3 that changes the way the browser looks. 3 that changes the way the browser looks.
4 Themes are <a href="packaging">packaged</a> like regular extensions, 4 Themes are <a href="packaging">packaged</a> like regular extensions,
5 but they don't contain JavaScript or HTML code. 5 but they don't contain JavaScript or HTML code.
6 </p> 6 </p>
7 7
8 <p> 8 <p>
9 You can find and try a bunch of themes at the 9 You can find and try a bunch of themes at the
10 <a href="https://chrome.google.com/webstore/category/themes">Chrome Web Store</a >. 10 <a href="https://chrome.google.com/webstore/category/themes">Chrome Web Store</a >.
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 with 0.5 being <em>no change</em>, 125 with 0.5 being <em>no change</em>,
126 0 as <em>all pixels black</em>, 126 0 as <em>all pixels black</em>,
127 and 1 as <em>all pixels white</em>. 127 and 1 as <em>all pixels white</em>.
128 </li> 128 </li>
129 </ul> 129 </ul>
130 130
131 <p> 131 <p>
132 You can alternatively use <code>-1.0</code> for any of the HSL values 132 You can alternatively use <code>-1.0</code> for any of the HSL values
133 to specify <em>no change</em>. 133 to specify <em>no change</em>.
134 </p> 134 </p>
135
136
137 <h2 id="moredoc"> Additional documentation </h2>
138
139 <p>
140 Community-written documentation to help you write themes is here:
141 </p>
142
143 <blockquote>
144 <a href="http://code.google.com/p/chromium/wiki/ThemeCreationGuide">http://code. google.com/p/chromium/wiki/ThemeCreationGuide</a>
145 </blockquote>
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/declarative_content.json ('k') | chrome/test/base/web_ui_browser_test_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698