OmniTab
Quickly switch tabs using the omnibar
What is OmniTab?
OmniTab is a Chrome extension developed by James Kwan, and its main feature is "Quickly switch tabs using the omnibar".
Extension Screenshots
Download OmniTab Extension CRX File
Download OmniTab 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
OmniTab lets you search your tabs with the omnibox. To start, you type in the keyword "o" in the address bar, and tap space to activate OmniTab search. Then, type in the name of the tab that you want to find and press enter.
Extension Basic Information
Name | OmniTab |
ID | poegalffpegekkadabibgmjoinhahbbb |
Official URL | https://chromewebstore.google.com/detail/omnitab/poegalffpegekkadabibgmjoinhahbbb |
Description | Quickly switch tabs using the omnibar |
File Size | 63.65 KB |
Installation Count | 378 |
Current Version | 1.2.1 |
Last Updated | 2013-02-20 |
Publish Date | 2013-02-20 |
Rating | 4.31/5 Total 13 Ratings |
Developer | James Kwan |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OmniTab", "version": "1.2.1", "description": "Quickly switch tabs using the omnibar", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "omnibox": { "keyword": "o" }, "background": { "page": "background.html" }, "permissions": [ "tabs" ] } |