Tab Search
Type 'tab' into the omni-bar to auto search tabs.
What is Tab Search?
Tab Search is a Chrome extension developed by Christopher Woodall, and its main feature is "Type 'tab' into the omni-bar to auto search tabs.".
Extension Screenshots
Download Tab Search Extension CRX File
Download Tab Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Tabs a mess? 99 things open but none are what you're looking for? Give Tab Search a try. Just type 'tab' and a guess as to the name or url of the tab you're looking for into the omnibar and automagically be taken to that tab.
Extension Basic Information
Name | Tab Search |
ID | pnpaghglijhcifnapcejommkplmmiaga |
Official URL | https://chromewebstore.google.com/detail/tab-search/pnpaghglijhcifnapcejommkplmmiaga |
Description | Type 'tab' into the omni-bar to auto search tabs. |
File Size | 17.01 KB |
Installation Count | 16 |
Current Version | 1.0 |
Last Updated | 2015-02-01 |
Publish Date | 2015-02-01 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Christopher Woodall |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Search", "description": "Type 'tab' into the omni-bar to auto search tabs.", "version": "1.0", "omnibox": { "keyword": "tab" }, "icons": { "16": "app\/assets\/img\/logo16.png", "48": "app\/assets\/img\/logo48.png", "128": "app\/assets\/img\/logo128.png" }, "background": { "persistent": false, "scripts": [ "app\/BackgroundScript.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |