Tabbie Updated

The missing tab manager for Chrome, updated for the latest Chrome version.

Was ist Tabbie Updated?

Tabbie Updated ist eine Chrome-Erweiterung, die von Jacob "kurtextrem" Groß entwickelt wurde, und ihr Hauptmerkmal ist "The missing tab manager for Chrome, updated for the latest Chrome version.".

Erweiterungsscreenshots

screenshot

Tabbie Updated-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tabbie Updated-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

                        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                    

Grundlegende Informationen zur Erweiterung

Name Tabbie Updated Tabbie Updated
ID eiigehbpamofgandbmmokoahhkhbmbld
Offizielle URL https://chromewebstore.google.com/detail/tabbie-updated/eiigehbpamofgandbmmokoahhkhbmbld
Beschreibung The missing tab manager for Chrome, updated for the latest Chrome version.
Dateigröße 89.35 KB
Installationsanzahl 49
Aktuelle Version 1.1.1
Letztes Update 2023-12-03
Veröffentlichungsdatum 2018-12-07
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Jacob "kurtextrem" Groß
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/kurtextrem/tabbie
Hilfeseite URL https://github.com/kurtextrem/tabbie/issues
URL der Datenschutzrichtlinien-Seite https://www.kurtextrem.de/chrome/PRIVACY.html
Unterstützte Sprachen 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"
    ]
}