OLD | NEW |
1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc.
Note: | 1 <!DOCTYPE html><!-- This page is a placeholder for generated extensions api doc.
Note: |
2 1) The <head> information in this page is significant, should be uniform | 2 1) The <head> information in this page is significant, should be uniform |
3 across api docs and should be edited only with knowledge of the | 3 across api docs and should be edited only with knowledge of the |
4 templating mechanism. | 4 templating mechanism. |
5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a | 5 3) All <body>.innerHTML is genereated as an rendering step. If viewed in a |
6 browser, it will be re-generated from the template, json schema and | 6 browser, it will be re-generated from the template, json schema and |
7 authored overview content. | 7 authored overview content. |
8 4) The <body>.innerHTML is also generated by an offline step so that this | 8 4) The <body>.innerHTML is also generated by an offline step so that this |
9 page may easily be indexed by search engines. | 9 page may easily be indexed by search engines. |
10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> | 10 --><html xmlns="http://www.w3.org/1999/xhtml"><head> |
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
189 <!-- /TABLE OF CONTENTS --> | 189 <!-- /TABLE OF CONTENTS --> |
190 <!-- Standard content lead-in for experimental API pages --> | 190 <!-- Standard content lead-in for experimental API pages --> |
191 <!-- STATIC CONTENT PLACEHOLDER --> | 191 <!-- STATIC CONTENT PLACEHOLDER --> |
192 <div id="static"><div id="pageData-name" class="pageData">What's New in
Extensions?</div> | 192 <div id="static"><div id="pageData-name" class="pageData">What's New in
Extensions?</div> |
193 <!-- <div id="pageData-showTOC" class="pageData">true</div> --> | 193 <!-- <div id="pageData-showTOC" class="pageData">true</div> --> |
194 <p> | 194 <p> |
195 This page lists the API and manifest changes | 195 This page lists the API and manifest changes |
196 made in recent releases. | 196 made in recent releases. |
197 </p> | 197 </p> |
198 <ul> | 198 <ul> |
| 199 <li> <a href="#17">Google Chrome 17</a> </li> |
199 <li> <a href="#16">Google Chrome 16</a> </li> | 200 <li> <a href="#16">Google Chrome 16</a> </li> |
200 <li> <a href="#15">Google Chrome 15</a> </li> | 201 <li> <a href="#15">Google Chrome 15</a> </li> |
201 <li> <a href="#14">Google Chrome 14</a> </li> | 202 <li> <a href="#14">Google Chrome 14</a> </li> |
202 <li> <a href="#13">Google Chrome 13</a> </li> | 203 <li> <a href="#13">Google Chrome 13</a> </li> |
203 <li> <a href="#12">Google Chrome 12</a> </li> | 204 <li> <a href="#12">Google Chrome 12</a> </li> |
204 <li> <a href="#11">Google Chrome 11</a> </li> | 205 <li> <a href="#11">Google Chrome 11</a> </li> |
205 <li> <a href="#10">Google Chrome 10</a> </li> | 206 <li> <a href="#10">Google Chrome 10</a> </li> |
206 <li> <a href="#9">Google Chrome 9</a> </li> | 207 <li> <a href="#9">Google Chrome 9</a> </li> |
207 <li> <a href="#8">Google Chrome 8</a> </li> | 208 <li> <a href="#8">Google Chrome 8</a> </li> |
208 <li> <a href="#7">Google Chrome 7</a> </li> | 209 <li> <a href="#7">Google Chrome 7</a> </li> |
209 <li> <a href="#6">Google Chrome 6</a> </li> | 210 <li> <a href="#6">Google Chrome 6</a> </li> |
210 </ul> | 211 </ul> |
211 <p> | 212 <p> |
212 In addition to the changes listed below, | 213 In addition to the changes listed below, |
213 check out the | 214 check out the |
214 <a href="experimental.html">experimental APIs</a>. | 215 <a href="experimental.html">experimental APIs</a>. |
215 </p> | 216 </p> |
| 217 <h2 id="17"> Google Chrome 17 </h2> |
| 218 <h4> New APIs </h4> |
| 219 <ul> |
| 220 <li> The |
| 221 <a href="webRequest.html">web request API</a> |
| 222 lets you intercept, block, or |
| 223 modify requests in-flight and |
| 224 to observe and analyze traffic. |
| 225 </li> |
| 226 </ul> |
| 227 <h4> Manifest changes </h4> |
| 228 <ul> |
| 229 <li> |
| 230 Permissions can be |
| 231 <a href="permissions.html">optional</a> |
| 232 for the content setting API, the web navigation API, and |
| 233 the new web request API. |
| 234 </li></ul> |
| 235 <h4> Additions to existing APIs </h4> |
| 236 <ul> |
| 237 <li>The management API's |
| 238 <a href="management.html#type-ExtensionInfo">ExtensionInfo</a> object |
| 239 now has a <code>disabledReason</code> property. |
| 240 </li> |
| 241 </ul> |
| 242 <h4> Changes to existing APIs </h4> |
| 243 <ul> |
| 244 <li>The <a href="omnibox.html">omnibox API</a> |
| 245 now works in |
| 246 <a href="manifest.html#incognito">split incognito mode</a>. |
| 247 </li> |
| 248 </ul> |
216 <h2 id="16"> Google Chrome 16 </h2> | 249 <h2 id="16"> Google Chrome 16 </h2> |
217 <h4> New APIs </h4> | 250 <h4> New APIs </h4> |
218 <ul> | 251 <ul> |
219 <li> The | 252 <li> The |
220 <a href="webNavigation.html">web navigation API</a> | 253 <a href="webNavigation.html">web navigation API</a> |
221 lets extensions receive notifications about the status | 254 lets extensions receive notifications about the status |
222 of navigation requests. | 255 of navigation requests. |
223 You can use this API to track navigation events. | 256 You can use this API to track navigation events. |
224 </li> | 257 </li> |
225 <li> The | 258 <li> The |
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
635 _uff=0; | 668 _uff=0; |
636 urchinTracker(); | 669 urchinTracker(); |
637 } | 670 } |
638 catch(e) {/* urchinTracker not available. */} | 671 catch(e) {/* urchinTracker not available. */} |
639 </script> | 672 </script> |
640 <!-- end analytics --> | 673 <!-- end analytics --> |
641 </div> | 674 </div> |
642 </div> <!-- /gc-footer --> | 675 </div> <!-- /gc-footer --> |
643 </div> <!-- /gc-container --> | 676 </div> <!-- /gc-container --> |
644 </body></html> | 677 </body></html> |
OLD | NEW |