diff options
author | sidchat@google.com <sidchat@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-04 22:58:20 +0000 |
---|---|---|
committer | sidchat@google.com <sidchat@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-04 22:58:20 +0000 |
commit | 51e45afe14fab36c1eb964d12cc7fc592e85ad78 (patch) | |
tree | 76c3c19a2f70fd8953dfc2176ed20be311e298b5 | |
parent | 96396ca6fab91c041ff75cd4574ebfe099178d8a (diff) | |
download | chromium_src-51e45afe14fab36c1eb964d12cc7fc592e85ad78.zip chromium_src-51e45afe14fab36c1eb964d12cc7fc592e85ad78.tar.gz chromium_src-51e45afe14fab36c1eb964d12cc7fc592e85ad78.tar.bz2 |
Update Documentation for chrome.tabs.detectLanguage().
BUG=none
TEST=none.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25544 0039d316-1c4b-4281-b951-d872f2087c98
-rwxr-xr-x | chrome/common/extensions/api/extension_api.json | 2 | ||||
-rwxr-xr-x | chrome/common/extensions/docs/getstarted.html | 23 | ||||
-rwxr-xr-x | chrome/common/extensions/docs/packaging.html | 4 | ||||
-rwxr-xr-x | chrome/common/extensions/docs/tabs.html | 2 |
4 files changed, 11 insertions, 20 deletions
diff --git a/chrome/common/extensions/api/extension_api.json b/chrome/common/extensions/api/extension_api.json index 9b60cdfa..28da984 100755 --- a/chrome/common/extensions/api/extension_api.json +++ b/chrome/common/extensions/api/extension_api.json @@ -532,7 +532,7 @@ { "type": "string", "name": "language", - "description": "An ISO language code like <var>en</var> or <var>fr</var>." + "description": "An ISO language code like <var>en</var> or <var>fr</var>. For the complete list of languages supported by this method, see 2nd column of kLanguageInfoTable in http://src.chromium.org/viewvc/chrome/trunk/src/third_party/cld/bar/toolbar/cld/i18n/languages/internal/languages.cc" } ] } diff --git a/chrome/common/extensions/docs/getstarted.html b/chrome/common/extensions/docs/getstarted.html index 817b732..90dc52d 100755 --- a/chrome/common/extensions/docs/getstarted.html +++ b/chrome/common/extensions/docs/getstarted.html @@ -219,28 +219,19 @@ <p> This tutorial walks you through creating a simple extension. -You'll add a button to Google Chrome -that, when clicked, displays an automatically generated page. -The button and page will look something like this: +To complete this tutorial, you must have Windows. +(Linux and Mac don't yet support extensions.) </p> -<img src="images/hello_world-page-small.gif" width="291" height="184" alt="a window with a grid of images related to HELLO WORLD"> - <h2 id="browser">Get your browser ready</h2> <p>To develop extensions for Google Chrome, -you need to <a href="http://dev.chromium.org/getting-involved/dev-channel">subscribe +you'll need to <a href="http://dev.chromium.org/getting-involved/dev-channel">subscribe to the dev channel</a> of Google Chrome for Windows. -</p> -<p> -<b>Note:</b> This tutorial requires Windows. -You can try it on Linux and OS X, and it might work, -but the extensions support is less stable on those platforms. -We're working hard to bring them up to speed. -</p> +</p><p><b>Note:</b> This tutorial requires Windows. You can try it on Linux and OS X, and it may work, but in general the extensions support is quite a bit less stable on those platforms. We're working hard to bring them up to speed. -<h2 id="load">Create and load an extension</h2> +</p><h2 id="load">Create and load an extension</h2> <p> In this section, you'll write a <em>toolstrip</em> — an extension @@ -292,7 +283,7 @@ at the bottom of the Google Chrome window. <li> In the file dialog, - navigate to your extension's folder + navigate to your extension's directory (<code>c:\myext</code>, for example) and click the <b>OK</b> button. </li> @@ -368,7 +359,7 @@ looking something like this: </ol> <p> It should look something like this:</p> -<img src="images/hello_world-page.gif" width="583" height="368" alt="a window with a grid of images related to HELLO WORLD"> +<img src="images/hello_world-page.gif" alt="a window with a grid of images related to HELLO WORLD"> <p> If you don't see that page, try the instructions again, diff --git a/chrome/common/extensions/docs/packaging.html b/chrome/common/extensions/docs/packaging.html index a2e7f26..cc97dd1 100755 --- a/chrome/common/extensions/docs/packaging.html +++ b/chrome/common/extensions/docs/packaging.html @@ -232,7 +232,7 @@ for inclusion in the gallery.] <p>To package an extension:</p> <ol> <li> - Bring up the Extensions management page + Bring up the Extensions page by going to this URL: <blockquote> <b>chrome://extensions</b> @@ -293,7 +293,7 @@ the <code>.crx</code> and <code>.pem</code> files:</p> </li> <li> - Bring up the Extensions management page + Bring up the Extensions page by going to this URL: <b>chrome://extensions</b> </li> diff --git a/chrome/common/extensions/docs/tabs.html b/chrome/common/extensions/docs/tabs.html index 4715504..fceb19f 100755 --- a/chrome/common/extensions/docs/tabs.html +++ b/chrome/common/extensions/docs/tabs.html @@ -1153,7 +1153,7 @@ For example: <dd class="todo" style="display: none; "> Undocumented. </dd> - <dd>An ISO language code like <var>en</var> or <var>fr</var>.</dd> + <dd>An ISO language code like <var>en</var> or <var>fr</var>. For the complete list of languages supported by this method, see 2nd column of kLanguageInfoTable in http://src.chromium.org/viewvc/chrome/trunk/src/third_party/cld/bar/toolbar/cld/i18n/languages/internal/languages.cc</dd> <!-- OBJECT PROPERTIES --> <dd style="display: none; "> |