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>
456 "tabs", "http://www.google.com/*"
581 It also must be able to use the <code>chrome.tabs</code> module.
590 <a href="tabs.html#method-executeScript"><code>executeScript()</code></a>.
592 <a href="tabs.html#method-insertCSS"><code>insertCSS()</code></a>.
606 chrome.tabs.executeScript(null,
612 "tabs", "http://*/*"
631 <pre>chrome.tabs.executeScript(null, {file: "content_script.js"});</pre>