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

Side by Side Diff: chrome/common/extensions/docs/server2/templates/articles/experimental_extensions.html

Issue 10834144: Extensions Docs Server: Split apps from extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reworked Created 8 years, 4 months 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 <h1 class="page_title">chrome.experimental.* APIs</h1> 1 <h1 class="page_title">chrome.experimental.* APIs</h1>
2 <div class="doc-family extensions"> 2 <div class="doc-family extensions">
3 <p> 3 <p>
4 Before you start, <strong>choose the right version of this page.</strong> 4 Before you start, <strong>choose the right version of this page.</strong>
5 You should read either: 5 You should read either:
6 </p> 6 </p>
7 7
not at google - send to devlin 2012/08/06 08:38:33 Likewise, I can't imagine why this page would dive
cduvall 2012/08/06 18:36:16 Done.
8 <ul> 8 <ul>
9 <li> <a href="http://code.google.com/chrome/extensions/trunk/experimental.html ">Most recent experimental APIs</a> 9 <li> <a href="http://code.google.com/chrome/extensions/trunk/experimental.html ">Most recent experimental APIs</a>
10 <li> <a href="http://code.google.com/chrome/extensions/dev/experimental.html"> Dev channel experimental APIs</a></li> 10 <li> <a href="http://code.google.com/chrome/extensions/dev/experimental.html"> Dev channel experimental APIs</a></li>
11 </ul> 11 </ul>
12 12
13 <p> 13 <p>
14 For information about browser versions such as 14 For information about browser versions such as
15 Canary (bleeding edge) and the Dev channel, see 15 Canary (bleeding edge) and the Dev channel, see
16 <a href="http://www.chromium.org/getting-involved/dev-channel">Chrome Release Ch annels</a>. 16 <a href="http://www.chromium.org/getting-involved/dev-channel">Chrome Release Ch annels</a>.
17 For details about channel-specific docs, 17 For details about channel-specific docs,
18 see <a href="docs.html#versions">Doc versions</a>. 18 see <a href="docs.html#versions">Doc versions</a>.
19 </p> 19 </p>
20 </div> 20 </div>
21 21
22 <h2 id="overview"> 22 <h2 id="overview">
23 List of APIs 23 List of APIs
24 </h2> 24 </h2>
25 25
26 <p class="doc-family extensions"> 26 <p class="doc-family extensions">
27 We'd like your <a href="http://groups.google.com/a/chromium.org/group/chromium-e xtensions/topics">feedback</a> 27 We'd like your <a href="http://groups.google.com/a/chromium.org/group/chromium-e xtensions/topics">feedback</a>
28 on the following experimental APIs: 28 on the following experimental APIs:
29 </p> 29 </p>
30 30
31 <ul> 31 <ul>
32 {{#api_list.experimental}} 32 {{#api_list.extensions.experimental}}
33 <li><a href="{{name}}.html">{{name}}</a></li> 33 <li><a href="{{name}}.html">{{name}}</a></li>
34 {{/}} 34 {{/}}
35 </ul> 35 </ul>
36 36
37 <p class="doc-family extensions"> 37 <p class="doc-family extensions">
38 Pay special attention to the following APIs, 38 Pay special attention to the following APIs,
39 which we expect to finalize soon: 39 which we expect to finalize soon:
40 <b>devtools</b>, 40 <b>devtools</b>,
41 <b>infobars</b>, 41 <b>infobars</b>,
42 <b>permissions</b>, 42 <b>permissions</b>,
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 </li> 115 </li>
116 </ol> 116 </ol>
117 117
118 <h2 id="other">More APIs</h2> 118 <h2 id="other">More APIs</h2>
119 119
120 <p> 120 <p>
121 For information on the standard APIs that packaged apps can use, see 121 For information on the standard APIs that packaged apps can use, see
122 <a href="api_index.html">chrome.* APIs</a> and 122 <a href="api_index.html">chrome.* APIs</a> and
123 <a href="api_other.html">Other APIs</a>. 123 <a href="api_other.html">Other APIs</a>.
124 </p> 124 </p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698