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

Side by Side Diff: chrome/common/extensions/docs/static/experimental.html

Issue 5398002: doc stuff (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <div id="pageData-name" class="pageData">chrome.experimental.* APIs</div> 1 <div id="pageData-name" class="pageData">chrome.experimental.* APIs</div>
2 2
3 <p> 3 <p>
4 We'd like your <a href="http://groups.google.com/a/chromium.org/group/chromium-e xtensions/topics">feedback</a> 4 We'd like your <a href="http://groups.google.com/a/chromium.org/group/chromium-e xtensions/topics">feedback</a>
5 on the following experimental APIs: 5 on the following experimental APIs:
6 </p> 6 </p>
7 7
8 <ul> 8 <ul>
9 <li jsselect="experimentalAPIs();"> 9 <li jsselect="experimentalAPIs();">
10 <a jsvalues=".href: $this + '.html'" jscontent="$this"></a></li> 10 <a jsvalues=".href: $this + '.html'" jscontent="$this"></a></li>
11 </ul> 11 </ul>
12 12
13 <p class="caution"> 13 <p class="warning">
14 <b>Caution:</b> 14 <b>Caution:</b>
15 Don't depend on these experimental APIs. 15 Don't depend on these experimental APIs.
16 They might disappear, 16 They might disappear,
17 and they <em>will</em> change. 17 and they <em>will</em> change.
18 Also, the extension gallery doesn't allow you to 18 Also, the Chrome Developer Dashboard doesn't allow you to
19 upload extensions that use experimental APIs. 19 upload extensions that use experimental APIs.
20 </p> 20 </p>
21 21
22 <h2 id="using">How to use experimental APIs</h2> 22 <h2 id="using">How to use experimental APIs</h2>
23 23
24 <ol> 24 <ol>
25 <li> 25 <li>
26 Make sure you're using the 26 Make sure you're using the
27 <a href="http://www.chromium.org/getting-involved/dev-channel">Dev channel</a> 27 <a href="http://www.chromium.org/getting-involved/dev-channel">Dev channel</a>
28 of Google Chrome. 28 of Google Chrome.
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 </li> 65 </li>
66 </ol> 66 </ol>
67 67
68 <h2 id="other">More information</h2> 68 <h2 id="other">More information</h2>
69 69
70 <p> 70 <p>
71 For information on the standard APIs that extensions can use, see 71 For information on the standard APIs that extensions can use, see
72 <a href="api_index.html">chrome.* APIs</a> and 72 <a href="api_index.html">chrome.* APIs</a> and
73 <a href="api_other.html">Other APIs</a>. 73 <a href="api_other.html">Other APIs</a>.
74 </p> 74 </p>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/static/docs.html ('k') | chrome/common/extensions/docs/static/faq.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698