Tablr
A powerful tab manager at your fingertips!
What is Tablr?
Tablr is a Chrome extension developed by TVFlash, and its main feature is "A powerful tab manager at your fingertips!".
Extension Screenshots
Download Tablr Extension CRX File
Download Tablr 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
Tab organization done right. Tablr is a quick and lightweight tab sorting and searching Chrome extension! Features : - Alphabetize tabs A-Z (Ctrl+Shift+A) - Search tabs for keywords - Adjustable settings - Duplicate tab cleaning Change log: V 1.3.2 - Performance optimizations V 1.3.1 - Fixed preferences for shortcut searches V 1.3 - Added Settings menu - Added search by URL - Added toggle tab duplicate cleaning V 1.2.1 - Added search on enter V 1.2 - Added alpha sort shortcut V 1.1 - Fixed icons V 1.0 - Release
Extension Basic Information
Name | |
ID | agdlmmkblbggohcchbofgamfjddamemo |
Official URL | https://chrome.google.com/webstore/detail/tablr/agdlmmkblbggohcchbofgamfjddamemo |
Description | A powerful tab manager at your fingertips! |
File Size | 42.19 KB |
Installation Count | 47 |
Current Version | 1.3.2 |
Last Updated | 2014-09-11 |
Publish Date | 2014-09-11 |
Rating | 5.00/5 Total 9 Ratings |
Developer | TVFlash |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tablr", "description": "A powerful tab manager at your fingertips!", "version": "1.3.2", "options_page": "settings.html", "background": { "scripts": [ "background.js" ] }, "commands": { "toggle-sort": { "suggested_key": { "default": "Ctrl+Shift+A", "mac": "Command+Shift+A" }, "description": "Sorts the tabs in A-Z" } }, "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "icons": { "128": "img\/hot.png", "48": "img\/icon48.png", "16": "img\/defaultIcon16.png" }, "permissions": [ "webNavigation", "webRequest", "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ] } |