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

Side by Side Diff: chrome/common/extensions/docs/static/browserAction.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">Browser Actions</div> 1 <div id="pageData-name" class="pageData">Browser Actions</div>
2 2
3 <!-- BEGIN AUTHORED CONTENT --> 3 <!-- BEGIN AUTHORED CONTENT -->
4 <p>Use browser actions to put icons 4 <p>Use browser actions to put icons
5 in the main Google Chrome toolbar, 5 in the main Google Chrome toolbar,
6 to the right of the address bar. 6 to the right of the address bar.
7 In addition to its <a href="#icon">icon</a>, 7 In addition to its <a href="#icon">icon</a>,
8 a browser action can also have 8 a browser action can also have
9 a <a href="#tooltip">tooltip</a>, 9 a <a href="#tooltip">tooltip</a>,
10 a <a href="#badge">badge</a>, 10 a <a href="#badge">badge</a>,
11 and a <a href="#popup">popup</a>. 11 and a <a href="#popup">popup</a>.
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 <li><b>Do</b> use alpha transparency 147 <li><b>Do</b> use alpha transparency
148 to add soft edges to your icon. 148 to add soft edges to your icon.
149 Because many people use themes, 149 Because many people use themes,
150 your icon should look nice 150 your icon should look nice
151 on a variety of background colors. 151 on a variety of background colors.
152 <li><b>Don't</b> constantly animate your icon. 152 <li><b>Don't</b> constantly animate your icon.
153 That's just annoying. 153 That's just annoying.
154 </ul> 154 </ul>
155 155
156 <!-- END AUTHORED CONTENT --> 156 <!-- END AUTHORED CONTENT -->
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/static/bookmarks.html ('k') | chrome/common/extensions/docs/static/content_scripts.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698