diff options
author | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-27 00:25:22 +0000 |
---|---|---|
committer | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-27 00:25:22 +0000 |
commit | 9629b4d20cdd4182ac24c4250ba7e40c9f430387 (patch) | |
tree | 403f7dab5cbb17e0150753f4160529976dc2d8f6 /chrome/common | |
parent | d1540c81f092f4434e219370fed14f0672f7274f (diff) | |
download | chromium_src-9629b4d20cdd4182ac24c4250ba7e40c9f430387.zip chromium_src-9629b4d20cdd4182ac24c4250ba7e40c9f430387.tar.gz chromium_src-9629b4d20cdd4182ac24c4250ba7e40c9f430387.tar.bz2 |
Update the front page to refer to browser actions, not toolstrips.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/328027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30138 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rwxr-xr-x | chrome/common/extensions/docs/images/index/browser_action.png | bin | 0 -> 4358 bytes | |||
-rwxr-xr-x | chrome/common/extensions/docs/images/index/page_action.png | bin | 6552 -> 13831 bytes | |||
-rwxr-xr-x | chrome/common/extensions/docs/images/index/toolstrip.png | bin | 4702 -> 0 bytes | |||
-rw-r--r-- | chrome/common/extensions/docs/index.html | 21 | ||||
-rw-r--r-- | chrome/common/extensions/docs/static/index.html | 24 |
5 files changed, 29 insertions, 16 deletions
diff --git a/chrome/common/extensions/docs/images/index/browser_action.png b/chrome/common/extensions/docs/images/index/browser_action.png Binary files differnew file mode 100755 index 0000000..808c06a --- /dev/null +++ b/chrome/common/extensions/docs/images/index/browser_action.png diff --git a/chrome/common/extensions/docs/images/index/page_action.png b/chrome/common/extensions/docs/images/index/page_action.png Binary files differindex 71ca85d..4782191 100755 --- a/chrome/common/extensions/docs/images/index/page_action.png +++ b/chrome/common/extensions/docs/images/index/page_action.png diff --git a/chrome/common/extensions/docs/images/index/toolstrip.png b/chrome/common/extensions/docs/images/index/toolstrip.png Binary files differdeleted file mode 100755 index 5560899..0000000 --- a/chrome/common/extensions/docs/images/index/toolstrip.png +++ /dev/null diff --git a/chrome/common/extensions/docs/index.html b/chrome/common/extensions/docs/index.html index 2333eaa..3210a71 100644 --- a/chrome/common/extensions/docs/index.html +++ b/chrome/common/extensions/docs/index.html @@ -228,7 +228,7 @@ #pics img { width:180px; height:85px; - border:1px solid black; + border:none; } </style> @@ -251,25 +251,30 @@ you need to know to write extensions. <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> diff --git a/chrome/common/extensions/docs/static/index.html b/chrome/common/extensions/docs/static/index.html index 78a11d5..897aeb0 100644 --- a/chrome/common/extensions/docs/static/index.html +++ b/chrome/common/extensions/docs/static/index.html @@ -14,7 +14,7 @@ #pics img { width:180px; height:85px; - border:1px solid black; + border:none; } </style> @@ -37,25 +37,33 @@ you need to know to write extensions. <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"> <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> |