Lines Matching full:tabs
1 <div id="pageData-name" class="pageData">Tabs</div>
5 Use the <code>chrome.tabs</code> module
8 create, modify, and rearrange tabs in the browser.
11 <img src="images/tabs.png"
12 width="323" height="50" alt="Two tabs in a window" />
16 Almost all <code>chrome.tabs</code> methods require you to
17 declare the "tabs" permission
26 "tabs"
32 The two methods that don't require the "tabs" permission are
41 You can find simple examples of using the tabs module in the
42 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/api/tabs/">examples/api/tabs</a>