Tabli
A simple, powerful tab manager
Was ist Tabli?
Tabli ist eine Chrome-Erweiterung, die von https://gettabli.com entwickelt wurde, und ihr Hauptmerkmal ist "A simple, powerful tab manager".
Erweiterungsscreenshots
Tabli-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tabli-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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")
Grundlegende Informationen zur Erweiterung
Name | Tabli |
ID | igeehkedfibbnhbfponhjjplpkeomghi |
Offizielle URL | https://chromewebstore.google.com/detail/tabli/igeehkedfibbnhbfponhjjplpkeomghi |
Beschreibung | A simple, powerful tab manager |
Dateigröße | 2.55 MB |
Installationsanzahl | 62,081 |
Aktuelle Version | 2.1.2 |
Letztes Update | 2021-04-29 |
Veröffentlichungsdatum | 2020-03-29 |
Bewertung | 4.68/5 Insgesamt 470 Bewertungen |
Entwickler | https://gettabli.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.gettabli.com/ |
Hilfeseite URL | https://www.gettabli.com/tabli-usage.html |
URL der Datenschutzrichtlinien-Seite | https://www.gettabli.com/privacy.html |
Unterstützte Sprachen | 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" } } } } |