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