| OLD | NEW |
| 1 <div id="pageData-name" class="pageData">What's New in Extensions?</div> | 1 <h1>What's New in Extensions?</h1> |
| 2 <!-- <div id="pageData-showTOC" class="pageData">true</div> --> | 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 <ul> | 9 <ul> |
| 10 <li> <a href="#20">Google Chrome 20</a> </li> | 10 <li> <a href="#20">Google Chrome 20</a> </li> |
| 11 <li> <a href="#19">Google Chrome 19</a> </li> | 11 <li> <a href="#19">Google Chrome 19</a> </li> |
| 12 <li> <a href="#18">Google Chrome 18</a> </li> | 12 <li> <a href="#18">Google Chrome 18</a> </li> |
| (...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 586 | 586 |
| 587 <h4> Manifest changes </h4> | 587 <h4> Manifest changes </h4> |
| 588 <ul> | 588 <ul> |
| 589 <li>The <a href="manifest.html#geolocation">geolocation</a> permission | 589 <li>The <a href="manifest.html#geolocation">geolocation</a> permission |
| 590 gives an extension access to the user's physical location. | 590 gives an extension access to the user's physical location. |
| 591 <li><a href="match_patterns.html">Match patterns</a> can now select all | 591 <li><a href="match_patterns.html">Match patterns</a> can now select all |
| 592 schemes or all URLs. | 592 schemes or all URLs. |
| 593 <li>Access to file:/// URLs no longer triggers the "access to your machine" | 593 <li>Access to file:/// URLs no longer triggers the "access to your machine" |
| 594 security warning, but now requires user opt-in from the extensions | 594 security warning, but now requires user opt-in from the extensions |
| 595 management page. | 595 management page. |
| 596 </ul> | 596 </ul> |
| 597 | |
| OLD | NEW |