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

Unified Diff: chrome/common/extensions/docs/static/getstarted.html

Issue 437001: Docs polish (Closed)
Patch Set: Add an NPAPI warning Created 11 years, 1 month 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/static/getstarted.html
diff --git a/chrome/common/extensions/docs/static/getstarted.html b/chrome/common/extensions/docs/static/getstarted.html
index 2bcfd321e7550e29a0d895e0ae8810d350e6c28c..c82096b36ee5475b05207977936fce98d6372e6d 100644
--- a/chrome/common/extensions/docs/static/getstarted.html
+++ b/chrome/common/extensions/docs/static/getstarted.html
@@ -17,14 +17,7 @@ The icon and page will look something like this:
<p>To develop extensions for Google Chrome,
you need to <a href="http://dev.chromium.org/getting-involved/dev-channel">subscribe
-to the Dev or Beta channel</a> of Google Chrome for Windows. Extensions aren't yet available in the stable channel.
-</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.
+to the Dev Channel</a> of Google Chrome. Extensions aren't yet available in the beta or stable channels (but we're working hard on that!).
</p>
<h2 id="load">Create and load an extension</h2>
@@ -37,9 +30,6 @@ to the toolbar of Google Chrome.
<ol>
<li>
Create a folder somewhere on your computer to contain your extension's code.
- We'll assume the folder is located at
- <strong><code>c:\myext</code></strong>,
- but it can be anywhere.
</li>
<li>
Inside your extension's folder,
@@ -95,7 +85,6 @@ to the toolbar of Google Chrome.
<li>
In the file dialog,
navigate to your extension's folder
- (<code>c:\myext</code>, for example)
and click <b>OK</b>.
</li>
</ol> </li>
« no previous file with comments | « chrome/common/extensions/docs/static/content_scripts.html ('k') | chrome/common/extensions/docs/static/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698