| OLD | NEW |
| 1 <div id="pageData-name" class="pageData">What's New in Extensions?</div> | 1 <div id="pageData-name" class="pageData">What's New in Extensions?</div> |
| 2 <!-- <div id="pageData-showTOC" class="pageData">true</div> --> | 2 <!-- <div id="pageData-showTOC" class="pageData">true</div> --> |
| 3 | 3 |
| 4 <p> | 4 <p> |
| 5 This page lists the API and manifest changes | 5 This page lists the API and manifest changes |
| 6 made in recent releases. | 6 made in recent releases. |
| 7 </p> | 7 </p> |
| 8 | 8 |
| 9 <ul> | 9 <ul> |
| 10 <li> <a href="#8">Google Chrome 8</a> </li> |
| 10 <li> <a href="#7">Google Chrome 7</a> </li> | 11 <li> <a href="#7">Google Chrome 7</a> </li> |
| 11 <li> <a href="#6">Google Chrome 6</a> </li> | 12 <li> <a href="#6">Google Chrome 6</a> </li> |
| 12 </ul> | 13 </ul> |
| 13 | 14 |
| 14 | 15 |
| 15 <h2 name="7"> Google Chrome 7 </h2> | 16 <h2 id="8"> Google Chrome 8 </h2> |
| 17 |
| 18 <p> |
| 19 We took a break for Chrome 8. |
| 20 No API or manifest changes worth noting. |
| 21 </p> |
| 22 |
| 23 |
| 24 <h2 id="7"> Google Chrome 7 </h2> |
| 16 | 25 |
| 17 <h4> New APIs </h4> | 26 <h4> New APIs </h4> |
| 18 <ul> | 27 <ul> |
| 19 <li> All users can now install | 28 <li> All users can now install |
| 20 <a href="http://code.google.com/chrome/apps/index.html">apps</a>; | 29 <a href="http://code.google.com/chrome/apps/index.html">apps</a>; |
| 21 packaged apps can use extension APIs | 30 packaged apps can use extension APIs |
| 22 </li> | 31 </li> |
| 23 <li> The <a href="management.html">management API</a> | 32 <li> The <a href="management.html">management API</a> |
| 24 lets you work with installed apps and extensions | 33 lets you work with installed apps and extensions |
| 25 </li> | 34 </li> |
| (...skipping 18 matching lines...) Expand all Loading... |
| 44 <li> a change </li> | 53 <li> a change </li> |
| 45 </ul> | 54 </ul> |
| 46 | 55 |
| 47 <h4> Additions to existing APIs </h4> | 56 <h4> Additions to existing APIs </h4> |
| 48 <ul> | 57 <ul> |
| 49 <li> a change </li> | 58 <li> a change </li> |
| 50 </ul> | 59 </ul> |
| 51 --> | 60 --> |
| 52 | 61 |
| 53 | 62 |
| 54 <h2 name="6">Google Chrome 6</h2> | 63 <h2 id="6">Google Chrome 6</h2> |
| 55 | 64 |
| 56 <h4> New APIs </h4> | 65 <h4> New APIs </h4> |
| 57 <ul> | 66 <ul> |
| 58 <li>The <a href="contextMenus.html">context menus API</a> allows you to | 67 <li>The <a href="contextMenus.html">context menus API</a> allows you to |
| 59 add context menus to pages or specific objects on a page | 68 add context menus to pages or specific objects on a page |
| 60 <li>The <a href="cookies.html">cookies API</a> allows you to manage the | 69 <li>The <a href="cookies.html">cookies API</a> allows you to manage the |
| 61 browser's cookie system | 70 browser's cookie system |
| 62 <li>The <a href="idle.html">idle API</a> allows you to detect when the | 71 <li>The <a href="idle.html">idle API</a> allows you to detect when the |
| 63 machine's idle state changes | 72 machine's idle state changes |
| 64 </ul> | 73 </ul> |
| (...skipping 23 matching lines...) Expand all Loading... |
| 88 <ul> | 97 <ul> |
| 89 <li>The <a href="manifest.html#geolocation">geolocation</a> permission | 98 <li>The <a href="manifest.html#geolocation">geolocation</a> permission |
| 90 gives an extension access to the user's physical location | 99 gives an extension access to the user's physical location |
| 91 <li><a href="match_patterns.html">Match patterns</a> can now select all | 100 <li><a href="match_patterns.html">Match patterns</a> can now select all |
| 92 schemes or all URLs | 101 schemes or all URLs |
| 93 <li>Access to file:/// URLs no longer triggers the "access to your machine" | 102 <li>Access to file:/// URLs no longer triggers the "access to your machine" |
| 94 security warning, but now requires user opt-in from the extensions | 103 security warning, but now requires user opt-in from the extensions |
| 95 management page | 104 management page |
| 96 </ul> | 105 </ul> |
| 97 | 106 |
| OLD | NEW |