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

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

Issue 19936002: Extension docs: Cleanup after there's only one version. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 7 years, 5 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
OLDNEW
1 <h1 class="page_title">chrome.experimental.* APIs</h1> 1 <h1 class="page_title">chrome.experimental.* APIs</h1>
2 {{^is_apps}}
3 <div class="doc-family extensions">
4 <p>
5 Before you start, <strong>choose the right version of this page.</strong>
6 You should read either:
7 </p>
8
9 <ul>
10 <li> <a href="http://code.google.com/chrome/extensions/trunk/experimental.html ">Most recent experimental APIs</a>
11 <li> <a href="http://code.google.com/chrome/extensions/dev/experimental.html"> Dev channel experimental APIs</a></li>
12 </ul>
13
14 <p>
15 For information about browser versions such as
16 Canary (bleeding edge) and the Dev channel, see
17 <a href="http://www.chromium.org/getting-involved/dev-channel">Chrome Release Ch annels</a>.
18 For details about channel-specific docs,
19 see <a href="docs.html#versions">Doc versions</a>.
20 </p>
21 </div>
22 {{/is_apps}}
23 2
24 <h2 id="overview"> 3 <h2 id="overview">
25 List of APIs 4 List of APIs
26 </h2> 5 </h2>
27 6
28 {{^is_apps}} 7 {{^is_apps}}
29 <p class="doc-family extensions"> 8 <p class="doc-family extensions">
30 We'd like your <a href="http://groups.google.com/a/chromium.org/group/chromium-e xtensions/topics">feedback</a> 9 We'd like your <a href="http://groups.google.com/a/chromium.org/group/chromium-e xtensions/topics">feedback</a>
31 on the following experimental APIs: 10 on the following experimental APIs:
32 </p> 11 </p>
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 {{^is_apps}} 51 {{^is_apps}}
73 <li class="doc-family extensions"> 52 <li class="doc-family extensions">
74 Make sure you're using either 53 Make sure you're using either
75 <a href="http://tools.google.com/dlpage/chromesxs">Canary</a> 54 <a href="http://tools.google.com/dlpage/chromesxs">Canary</a>
76 (which you can use at the same time as other Chrome channels) or the 55 (which you can use at the same time as other Chrome channels) or the
77 <a href="http://www.chromium.org/getting-involved/dev-channel">Dev channel</a>. 56 <a href="http://www.chromium.org/getting-involved/dev-channel">Dev channel</a>.
78 Although the experimental APIs might work in other versions, 57 Although the experimental APIs might work in other versions,
79 we need your feedback on the latest incarnation of the APIs, 58 we need your feedback on the latest incarnation of the APIs,
80 which you can find in Canary and on the Dev channel. 59 which you can find in Canary and on the Dev channel.
81 </li> 60 </li>
82 <li class="doc-family extensions">
83 Using either the
84 <a href="http://code.google.com/chrome/extensions/trunk/experimental.html">m ost recent API documentation</a> (if you're using Canary) or the
85 <a href="http://code.google.com/chrome/extensions/dev/experimental.html">API documentation for the Dev channel</a>,
86 write the code for your extension.
87 </li>
88 {{/is_apps}} 61 {{/is_apps}}
89 <li> 62 <li>
90 Specify the "experimental" 63 Specify the "experimental"
91 <a href="declare_permissions.html">permission</a> 64 <a href="declare_permissions.html">permission</a>
92 in your manifest, like this: 65 in your manifest, like this:
93 <pre> 66 <pre>
94 "permissions": [ 67 "permissions": [
95 <b>"experimental"</b>, 68 <b>"experimental"</b>,
96 ... 69 ...
97 ], 70 ],
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 {{/is_apps}} 104 {{/is_apps}}
132 </ol> 105 </ol>
133 106
134 <h2 id="other">More APIs</h2> 107 <h2 id="other">More APIs</h2>
135 108
136 <p> 109 <p>
137 For information on the standard APIs, see 110 For information on the standard APIs, see
138 <a href="api_index.html">chrome.* APIs</a> and 111 <a href="api_index.html">chrome.* APIs</a> and
139 <a href="api_other.html">Other APIs</a>. 112 <a href="api_other.html">Other APIs</a>.
140 </p> 113 </p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698