Lines Matching full:tabs
129 <span class="greytext">e.g. "page action" or "tabs"</span>
146 <ul id="home" class="gc-topnav-tabs">
192 <li><a href="tabs.html">Tabs</a></li>
360 you must declare the "tabs" permission
363 the window and tabs modules interact so closely we
371 <b>"permissions": ["tabs"]</b>,
389 creates a few tabs or windows from a single HTML file,
392 <a href="tabs.html#method-getSelected">chrome.tabs.getSelected</a>.
409 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/api/tabs/inspector/tabs_api.html?content-type=text/plain">tabs_api.html</a> file
411 <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/api/tabs/inspector/">inspector</a>
609 <dd>A URL or list of URLs to open as tabs in the window. Fully-qualified URLs must include a scheme (i.e. 'http://www.google.com', not 'www.google.com'). Relative URLs will be relative to the current page within the extension. Defaults to the New Tab Page.</dd>
1754 <dd>If true, each window object will have a <var>tabs</var> property that contains a list of the <a href="tabs.html#type-Tab">Tab</a> objects for that window.</dd>
2412 <p>Removes (closes) a window, and all the tabs inside it.</p>
4029 <var>tabs</var>
4045 <a href="tabs.html#type-Tab">Tab</a>
4068 <dd>Array of <a href="tabs.html#type-Tab">Tab</a> objects representing the current tabs in the window.</dd>