| OLD | NEW |
| 1 <h1>What's New in Extensions?</h1> | 1 <h1>What's New in Extensions?</h1> |
| 2 <!-- --> | 2 <!-- --> |
| 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 <h2 id="22"> Google Chrome 22 </h2> | 9 <h2 id="22"> Google Chrome 22 </h2> |
| 10 | 10 |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 $ref:tabs.insertCSS | 108 $ref:tabs.insertCSS |
| 109 now accept a <code>runAt</code> parameter.</li> | 109 now accept a <code>runAt</code> parameter.</li> |
| 110 </ul> | 110 </ul> |
| 111 | 111 |
| 112 <h4> Changes to existing APIs </h4> | 112 <h4> Changes to existing APIs </h4> |
| 113 | 113 |
| 114 <ul> | 114 <ul> |
| 115 <li>The <code>sendRequest()</code> method | 115 <li>The <code>sendRequest()</code> method |
| 116 has been deprecated in favor of the | 116 has been deprecated in favor of the |
| 117 <code>sendMessage()</code> method for both the | 117 <code>sendMessage()</code> method for both the |
| 118 $ref:extension.sendMessage and | 118 $ref:runtime.sendMessage and |
| 119 $ref:tabs.sendMessage.</li> | 119 $ref:tabs.sendMessage.</li> |
| 120 <li>The <a href="external_extensions.html">external_extensions.json file</a> | 120 <li>The <a href="external_extensions.html">external_extensions.json file</a> |
| 121 has been deprecated in favor of individual | 121 has been deprecated in favor of individual |
| 122 <code><extension-id>.json</code> files.</li> | 122 <code><extension-id>.json</code> files.</li> |
| 123 </ul> | 123 </ul> |
| 124 | 124 |
| 125 <h2 id="19"> Google Chrome 19 </h2> | 125 <h2 id="19"> Google Chrome 19 </h2> |
| 126 | 126 |
| 127 <h4> New APIs </h4> | 127 <h4> New APIs </h4> |
| 128 <ul> | 128 <ul> |
| (...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 623 <h4> Manifest changes </h4> | 623 <h4> Manifest changes </h4> |
| 624 <ul> | 624 <ul> |
| 625 <li>The <a href="manifest.html#geolocation">geolocation</a> permission | 625 <li>The <a href="manifest.html#geolocation">geolocation</a> permission |
| 626 gives an extension access to the user's physical location. | 626 gives an extension access to the user's physical location. |
| 627 <li><a href="match_patterns.html">Match patterns</a> can now select all | 627 <li><a href="match_patterns.html">Match patterns</a> can now select all |
| 628 schemes or all URLs. | 628 schemes or all URLs. |
| 629 <li>Access to file:/// URLs no longer triggers the "access to your machine" | 629 <li>Access to file:/// URLs no longer triggers the "access to your machine" |
| 630 security warning, but now requires user opt-in from the extensions | 630 security warning, but now requires user opt-in from the extensions |
| 631 management page. | 631 management page. |
| 632 </ul> | 632 </ul> |
| OLD | NEW |