| OLD | NEW |
| 1 <h1 id="What-are-extensions">What are extensions?</h1> | 1 <h1 id="What-are-extensions">What are extensions?</h1> |
| 2 | 2 |
| 3 <p> | 3 <p> |
| 4 Extensions are small software programs that | 4 Extensions are small software programs that |
| 5 can modify and enhance the functionality of the Chrome browser. | 5 can modify and enhance the functionality of the Chrome browser. |
| 6 You write them using web technologies such as | 6 You write them using web technologies such as |
| 7 HTML, JavaScript, and CSS. | 7 HTML, JavaScript, and CSS. |
| 8 </p> | 8 </p> |
| 9 | 9 |
| 10 <p> | 10 <p> |
| 11 <img src="{{static}}/images/index/gmail-small.png" | 11 <img src="{{static}}/images/index/gmail-small.png" |
| 12 width="91" | 12 width="91" |
| 13 height="35" | 13 height="35" |
| 14 align="right" | 14 align="right" |
| 15 style="margin-top:0px; margin-left:0.5em" | 15 style="margin-top:0px; margin-left:0.5em" |
| 16 alt="A screenshot of an extension's icon in the browser bar"> | 16 alt="A screenshot of an extension's icon in the browser bar"> |
| 17 Extensions have little to no user interface. | 17 Extensions have little to no user interface. |
| 18 For example, the image to the right shows the icon | 18 For example, the image to the right shows the icon |
| 19 that provides the UI for the | 19 that provides the UI for the |
| 20 <a href="samples.html#google-mail-checker">Google Mail Checker extension</a>. | 20 <a href="samples#google-mail-checker">Google Mail Checker extension</a>. |
| 21 </p> | 21 </p> |
| 22 | 22 |
| 23 <p> | 23 <p> |
| 24 Extensions bundle all their files | 24 Extensions bundle all their files |
| 25 into a single file that the user downloads and installs. | 25 into a single file that the user downloads and installs. |
| 26 This bundling means that, unlike ordinary web apps, | 26 This bundling means that, unlike ordinary web apps, |
| 27 extensions don't need to depend | 27 extensions don't need to depend |
| 28 on content from the web. | 28 on content from the web. |
| 29 </p> | 29 </p> |
| 30 | 30 |
| 31 <p> | 31 <p> |
| 32 You can distribute your extension | 32 You can distribute your extension |
| 33 using the | 33 using the |
| 34 <a href="https://chrome.google.com/webstore/developer/dashboard">Chrome Develo
per Dashboard</a> | 34 <a href="https://chrome.google.com/webstore/developer/dashboard">Chrome Develo
per Dashboard</a> |
| 35 to publish to the | 35 to publish to the |
| 36 <a href="http://chrome.google.com/webstore">Chrome Web Store</a>. | 36 <a href="http://chrome.google.com/webstore">Chrome Web Store</a>. |
| 37 For more information, see the | 37 For more information, see the |
| 38 <a href="http://code.google.com/chrome/webstore">store developer documentation
</a>. | 38 <a href="http://code.google.com/chrome/webstore">store developer documentation
</a>. |
| 39 </p> | 39 </p> |
| 40 | 40 |
| 41 <h2 id="How-do-I-start">How do I start?</h2> | 41 <h2 id="How-do-I-start">How do I start?</h2> |
| 42 <ol> | 42 <ol> |
| 43 <li> | 43 <li> |
| 44 Follow the <a href="getstarted.html">Getting Started tutorial</a> | 44 Follow the <a href="getstarted">Getting Started tutorial</a> |
| 45 </li> | 45 </li> |
| 46 <li> | 46 <li> |
| 47 Read the | 47 Read the |
| 48 <a href="overview.html">Overview</a> | 48 <a href="overview">Overview</a> |
| 49 </li> | 49 </li> |
| 50 <li> | 50 <li> |
| 51 Keep up-to-date by reading the | 51 Keep up-to-date by reading the |
| 52 <a href="http://blog.chromium.org/">Chromium blog</a> | 52 <a href="http://blog.chromium.org/">Chromium blog</a> |
| 53 </li> | 53 </li> |
| 54 <li> | 54 <li> |
| 55 Subscribe to the | 55 Subscribe to the |
| 56 <a href="http://groups.google.com/a/chromium.org/group/chromium-extensions">
chromium-extensions group</a> | 56 <a href="http://groups.google.com/a/chromium.org/group/chromium-extensions">
chromium-extensions group</a> |
| 57 </li> | 57 </li> |
| 58 </ol> | 58 </ol> |
| 59 | 59 |
| 60 <h2 id="Featured-videos">Featured videos</h2> | 60 <h2 id="Featured-videos">Featured videos</h2> |
| 61 | 61 |
| 62 <p> | 62 <p> |
| 63 <a href="http://www.youtube.com/view_play_list?p=CA101D6A85FE9D4B">Technical v
ideos</a> <br> | 63 <a href="http://www.youtube.com/view_play_list?p=CA101D6A85FE9D4B">Technical v
ideos</a> <br> |
| 64 <a href="http://www.youtube.com/view_play_list?p=38DF05697DE372B1">Developer s
napshots</a> (below) | 64 <a href="http://www.youtube.com/view_play_list?p=38DF05697DE372B1">Developer s
napshots</a> (below) |
| 65 </p> | 65 </p> |
| 66 | 66 |
| 67 <p> | 67 <p> |
| 68 <iframe title="YouTube video player" width="300" height="199" src="//www.youtu
be.com/embed/wRDPTnY3yO8?rel=0" frameborder="0" allowfullscreen=""></iframe> | 68 <iframe title="YouTube video player" width="300" height="199" src="//www.youtu
be.com/embed/wRDPTnY3yO8?rel=0" frameborder="0" allowfullscreen=""></iframe> |
| 69 </p> | 69 </p> |
| OLD | NEW |