| OLD | NEW |
| 1 <!-- BEGIN AUTHORED CONTENT --> | 1 <!-- BEGIN AUTHORED CONTENT --> |
| 2 <p id="classSummary"> | 2 <p id="classSummary"> |
| 3 Use the <code>chrome.tabs</code> module | 3 Use the <code>chrome.tabs</code> module |
| 4 to interact with the browser's tab system. | 4 to interact with the browser's tab system. |
| 5 You can use this module to | 5 You can use this module to |
| 6 create, modify, and rearrange tabs in the browser. | 6 create, modify, and rearrange tabs in the browser. |
| 7 </p> | 7 </p> |
| 8 <img src="{{static}}/images/tabs.png" | 8 <img src="{{static}}/images/tabs.png" |
| 9 width="323" height="50" alt="Two tabs in a window" /> | 9 width="323" height="50" alt="Two tabs in a window" /> |
| 10 <h2 id="manifest">Manifest</h2> | 10 <h2 id="manifest">Manifest</h2> |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 </p> | 31 </p> |
| 32 <h2 id="examples"> Examples </h2> | 32 <h2 id="examples"> Examples </h2> |
| 33 <p> | 33 <p> |
| 34 You can find simple examples of using the tabs module in the | 34 You can find simple examples of using the tabs module in the |
| 35 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension
s/docs/examples/api/tabs/">examples/api/tabs</a> | 35 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extension
s/docs/examples/api/tabs/">examples/api/tabs</a> |
| 36 directory. | 36 directory. |
| 37 For other examples and for help in viewing the source code, see | 37 For other examples and for help in viewing the source code, see |
| 38 <a href="samples.html">Samples</a>. | 38 <a href="samples.html">Samples</a>. |
| 39 </p> | 39 </p> |
| 40 <!-- END AUTHORED CONTENT --> | 40 <!-- END AUTHORED CONTENT --> |
| OLD | NEW |