Tabbie Updated
The missing tab manager for Chrome, updated for the latest Chrome version.
Co je Tabbie Updated?
Tabbie Updated je rozšíření Chrome vyvinuté Jacob "kurtextrem" Groß, a jeho hlavní funkcí je „The missing tab manager for Chrome, updated for the latest Chrome version.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Tabbie Updated
Stáhněte si soubory rozšíření Tabbie Updated ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This is the updated Tabbie for the latest Chrome. The missing tab manager for Chrome. Select a few tabs with CMD + click and then save them with the Tabbie chrome extension. It's also possible to save and close the tabs for later use. All credits go to the original. Updated Code is here: https://github.com/kurtextrem/tabbie. Now with Manifest v3 support. New features: - Shows amount of tabs per group - No analytics (better privacy) - Storage bug fixed (you can store almost unlimited amounts of tabs now). - Added import/export function (you need to manually export/import as this version doesn't automatically sync across your PCs) - Added rename feature and you can add tabs to tab groups now - Automatically scrolls to the end of the list - Nicer scrollbar
Základní Informace o Rozšíření
Název | Tabbie Updated |
ID | eiigehbpamofgandbmmokoahhkhbmbld |
Oficiální URL | https://chromewebstore.google.com/detail/tabbie-updated/eiigehbpamofgandbmmokoahhkhbmbld |
Popis | The missing tab manager for Chrome, updated for the latest Chrome version. |
Velikost souboru | 89.35 KB |
Počet instalací | 49 |
Aktuální Verze | 1.1.1 |
Poslední Aktualizace | 2023-12-03 |
Datum Vydání | 2018-12-07 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Jacob "kurtextrem" Groß |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/kurtextrem/tabbie |
URL Stránky Nápovědy | https://github.com/kurtextrem/tabbie/issues |
URL Stránky Zásad Ochrany Soukromí | https://www.kurtextrem.de/chrome/PRIVACY.html |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tabbie Updated", "short_name": "Tabbie", "description": "The missing tab manager for Chrome, updated for the latest Chrome version.", "version": "1.1.1", "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage", "unlimitedStorage" ] } |