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

Side by Side Diff: chrome/common/extensions/docs/static/pageAction.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">Page Actions</div> 1 <div id="pageData-name" class="pageData">Page Actions</div>
2 2
3 <!-- BEGIN AUTHORED CONTENT --> 3 <!-- BEGIN AUTHORED CONTENT -->
4 <p> 4 <p>
5 Use page actions to put icons inside the address bar. 5 Use page actions to put icons inside the address bar.
6 Page actions represent actions 6 Page actions represent actions
7 that can be taken on the current page, 7 that can be taken on the current page,
8 but that aren't applicable to all pages. 8 but that aren't applicable to all pages.
9 Some examples: 9 Some examples:
10 </p> 10 </p>
11 <ul> 11 <ul>
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 in the location bar 92 in the location bar
93 are smaller than 19 pixels. 93 are smaller than 19 pixels.
94 If the edge pixels are used, 94 If the edge pixels are used,
95 they are usually only used 95 they are usually only used
96 for a faint shadow. 96 for a faint shadow.
97 <li><b>Don't</b> constantly animate your icon. 97 <li><b>Don't</b> constantly animate your icon.
98 That's just annoying. 98 That's just annoying.
99 </ul> 99 </ul>
100 100
101 <!-- END AUTHORED CONTENT --> 101 <!-- END AUTHORED CONTENT -->
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/static/packaging.html ('k') | chrome/common/extensions/docs/static/tabs.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698