diff options
author | fangjue23303@gmail.com <fangjue23303@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-13 08:50:38 +0000 |
---|---|---|
committer | fangjue23303@gmail.com <fangjue23303@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-13 08:50:38 +0000 |
commit | 90870aa35dab285f6b914590a964c498662d0d81 (patch) | |
tree | 0ebd3a5dd2d241fb7f930b8da148000f19b895a6 /chrome/common/extensions/docs/templates/articles/faq.html | |
parent | b70ff014fa04e5faf73206de99d05372e9096c75 (diff) | |
download | chromium_src-90870aa35dab285f6b914590a964c498662d0d81.zip chromium_src-90870aa35dab285f6b914590a964c498662d0d81.tar.gz chromium_src-90870aa35dab285f6b914590a964c498662d0d81.tar.bz2 |
Fix some typos, broken links and other issues in extension docs
This CL fixes some typos, broken links and other small issues in extension docs.
Thanks for Sunny Jerry (ratsunny@gmail.com). Some of these mistakes were discovered by him and listed at https://code.google.com/p/chrome-documentation-chs/source/browse/documentation/error_list.txt .
BUG=173630,168952,119535,167355
TEST=none
Review URL: https://chromiumcodereview.appspot.com/12223068
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182168 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/templates/articles/faq.html')
-rw-r--r-- | chrome/common/extensions/docs/templates/articles/faq.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/common/extensions/docs/templates/articles/faq.html b/chrome/common/extensions/docs/templates/articles/faq.html index b129c44..2e013f6 100644 --- a/chrome/common/extensions/docs/templates/articles/faq.html +++ b/chrome/common/extensions/docs/templates/articles/faq.html @@ -77,8 +77,8 @@ try the <img src="{{static}}/images/hotdogmenu.png" height="29" width="29" alt="" class="nomargin" /> and select <b>Extensions</b> from the <b>Tools</b> menu. - If there's a "+" next to "Developer mode", - click the "+" so it turns into a "-". + Ensure that the "Developer mode" checkbox in the top right-hand corner + is checked. Now you can reload extensions, load an unpacked directory of files as if it were a packaged extension, and more. For a complete tutorial, see @@ -230,7 +230,7 @@ cros,beta,#.#.###.#,#.#.###.#,mm/dd/yy,mm/dd/yy,#####,#####,#####</pre> <p> Yes, since extensions are built just like websites, they can use <a href="http://www.google.com/analytics/">Google Analytics</a> to track - usage. However, we strongly advise you to modify the tracking code to pull + usage. However, you must modify the tracking code to pull an HTTPS version of the Google Analytics library. See <a href="tut_analytics.html">this tutorial</a> for more information on doing this. |