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

Unified Diff: chrome/common/extensions/docs/index.html

Issue 328027: Update the front page to refer to browser actions, not toolstrips.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/index.html
===================================================================
--- chrome/common/extensions/docs/index.html (revision 30047)
+++ chrome/common/extensions/docs/index.html (working copy)
@@ -228,7 +228,7 @@
#pics img {
width:180px;
height:85px;
- border:1px solid black;
+ border:none;
}
</style>
@@ -251,25 +251,30 @@
<p>
Here are some examples of what you can build with extensions:
+<span class="comment">
+[PENDING: improve * actions screenshots, so there are fewer unnecessary
+differences between them.]
+</span>
</p>
<table id="pics">
<tbody><tr>
<td valign="top">
- <b>Toolstrips</b><br>
- <a href="toolstrip.html"><img src="images/index/toolstrip.png"></a>
+ <b>Page actions</b><br>
+ <a href="pageAction.html"><img src="images/index/page_action.png" width="180"></a>
<br>
- Display small toolbars in Google Chrome's chrome
+ Display small icons in the address bar, but only for specific pages
</td>
<td valign="top">
- <b>Page actions</b><br>
- <a href="pageAction.html"><img src="images/index/page_action.png"></a>
+ <b>Browser actions</b><br>
+ <a href="browserAction.html"><img src="images/index/browser_action.png" width="240"></a>
<br>
- Add buttons to the Omnibox that get displayed for specific pages
+ Display small icons in the toolbar,
+ optionally with a custom popup
</td>
<td valign="top">
<b>Content scripts</b><br>
- <a href="content_scripts.html"><img src="images/index/content_script.png"></a>
+ <a href="content_scripts.html"><img src="images/index/content_script.png" width="180"></a>
<br>
Modify the look and behavior of web pages
</td>
« no previous file with comments | « chrome/common/extensions/docs/images/index/toolstrip.png ('k') | chrome/common/extensions/docs/static/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698