Tabli
A simple, powerful tab manager
What is Tabli?
Tabli is a Chrome extension developed by https://gettabli.com, and its main feature is "A simple, powerful tab manager".
Extension Screenshots
Download Tabli Extension CRX File
Download Tabli 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
Tabli is a free tab manager for Google Chrome that provides fast switching between windows and tabs and the ability to save and restore windows. Tabli runs entirely as an extension in your browser. Tabli does not make any outbound data connections and does not send any data whatsoever to any external application, extension or cloud service. You can learn more about Tabli on the Tabli web site (under "Additional Information")
Extension Basic Information
Name | Tabli |
ID | igeehkedfibbnhbfponhjjplpkeomghi |
Official URL | https://chromewebstore.google.com/detail/tabli/igeehkedfibbnhbfponhjjplpkeomghi |
Description | A simple, powerful tab manager |
File Size | 2.55 MB |
Installation Count | 62,081 |
Current Version | 2.1.2 |
Last Updated | 2021-04-29 |
Publish Date | 2020-03-29 |
Rating | 4.68/5 Total 470 Ratings |
Developer | https://gettabli.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.gettabli.com/ |
Help Page URL | https://www.gettabli.com/tabli-usage.html |
Privacy Policy Page URL | https://www.gettabli.com/privacy.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tabli", "description": "A simple, powerful tab manager", "version": "2.1.2", "browser_action": { "default_icon": "images\/glyphicons_154_more_windows.png", "default_popup": "popup.html", "default_title": "Tabli" }, "background": { "scripts": [ "js\/common.bundle.js", "js\/bgHelper.bundle.js" ], "persistent": true }, "permissions": [ "storage", "tabs", "bookmarks", "chrome:\/\/favicon\/*" ], "icons": { "16": "images\/glyphicons_154_more_windows.png", "48": "images\/Multimedia-12-48.png", "128": "images\/Multimedia-12-128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Period", "mac": "MacCtrl+Period" } }, "show_popout": { "description": "Show the Tabli popout window", "global": true, "suggested_key": { "default": "Ctrl+Comma", "mac": "MacCtrl+Comma" } } } } |