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>
580 <dd>True for content scripts running inside incognito tabs, and for extension pages running inside an incognito process. The latter only applies to extensions with 'split' incognito_behavior.</dd>
704 <p>Attempts to connect to other listeners within the extension (such as the extension's background page). This is primarily useful for content scripts connecting to their extension processes. Extensions may connect to content scripts embedded in tabs via <a href="tabs.html#method-connect"><code>chrome.tabs.connect()</code></a>.</p>
1573 <dd>The type of view to get. If omitted, returns all views (including background pages and tabs). Valid values: 'tab', 'infobar', 'notification', 'popup'.</dd>
3471 <a href="tabs.html#type-Tab">Tab</a>