summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/static/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/docs/static/index.html')
-rwxr-xr-xchrome/common/extensions/docs/static/index.html29
1 files changed, 13 insertions, 16 deletions
diff --git a/chrome/common/extensions/docs/static/index.html b/chrome/common/extensions/docs/static/index.html
index 94a407c..5168b00 100755
--- a/chrome/common/extensions/docs/static/index.html
+++ b/chrome/common/extensions/docs/static/index.html
@@ -6,28 +6,25 @@
This documentation is just being written; here's what we have so far.
You might also want to look at <a href="#other">Other resources</a>.
If you just want to <em>make</em> something,
- go to <a href="helloworld.html">Get Started</a>.
+ go to <a href="getstarted.html">Get Started</a>.
</p>
<ul>
<li><a href="overview.html">Overview</a></li>
- <li><a href="helloworld.html">Get Started</a> (Hello, World!)</li>
+ <li><a href="getstarted.html">Get Started</a> (Hello, World!)</li>
<li><a href="devguide.html">Developer's Guide</a></li>
- <li><a href="reference/index.html">Reference</a></li>
+ <li><a href="reference/index.html">Reference</a>
<ul>
- <li>Supported APIs</li>
- <ul>
- <li>standard JavaScript libraries</li>
- <li>XMLHttpRequest</li>
- <li>anything in WebKit</li>
- <li>anything in V8</li>
- <li>anything you put in your zipfile</li>
- </ul>
- <li><a href="reference/chrome-api-index.html">chrome.* APIs</a>
- <ul>
- <li>[PENDING: fill this out automatically. In the meantime, start at the <a href="reference/bookmarks.html">chrome.bookmarks</a> page and click the links in the left column.]</li>
- </ul>
- </li>
+ <li>manifest.json</li>
+ <li>Toolstrips and Moles</li>
+ <li>Background pages</li>
+ <li>Page actions</li>
+ <li><a href="content_scripts.html">Content scripts</a></li>
+ <li>Cross-Origin XMLHttpRequest</li>
+ <li>Bookmarks</li>
+ <li>Tabs</li>
+ <li>Windows</li>
+ <li>[PENDING: Fill out the programmatic API bullets automatically?]</li>
</ul>
<li>Samples</li>
<ul>