Tabular
Easily search open tabs.
What is Tabular?
Tabular is a Chrome extension developed by dhimdisd, and its main feature is "Easily search open tabs.".
Extension Screenshots
Download Tabular Extension CRX File
Download Tabular 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
Easily find and switch between too many open tabs. Shortcuts: Open Tabular: Ctrl/Cmd + Shift + K Close selected tab: Ctrl/Cmd + D Move selection up: Ctrl/Cmd + K or Up arrow key Move Selection down: Ctrl/Cmd + J or Down arrow key Close Tabular: Esc
Extension Basic Information
Name | Tabular |
ID | hgkiemddhmglgcdagihobgnafbfcohan |
Official URL | https://chromewebstore.google.com/detail/tabular/hgkiemddhmglgcdagihobgnafbfcohan |
Description | Easily search open tabs. |
File Size | 120 KB |
Installation Count | 14 |
Current Version | 1.0.4.0 |
Last Updated | 2015-02-22 |
Publish Date | 2015-02-22 |
Rating | 5.00/5 Total 2 Ratings |
Developer | dhimdisd |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tabular", "version": "1.0.4.0", "manifest_version": 2, "description": "Easily search open tabs.", "permissions": [ "tabs" ], "background": { "scripts": [ "build\/js\/background.js" ] }, "commands": { "showTabularPopup": { "suggested_key": { "default": "Ctrl+Shift+K" }, "description": "Show Tabular popup" } }, "browser_action": { "default_icon": "build\/img\/icon16.png", "default_popup": "build\/popup.html" }, "icons": { "16": "build\/img\/icon16.png", "48": "build\/img\/icon48.png", "128": "build\/img\/icon128.png" } } |