Tabbie Updated

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

Wat is Tabbie Updated?

Tabbie Updated is een Chrome-extensie ontwikkeld door Jacob "kurtextrem" Groß, en de belangrijkste functie is "The missing tab manager for Chrome, updated for the latest Chrome version.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tabbie Updated

Download Tabbie Updated-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Tabbie Updated Tabbie Updated
ID eiigehbpamofgandbmmokoahhkhbmbld
Officiële URL https://chromewebstore.google.com/detail/tabbie-updated/eiigehbpamofgandbmmokoahhkhbmbld
Beschrijving The missing tab manager for Chrome, updated for the latest Chrome version.
Bestandsgrootte 89.35 KB
Aantal Installaties 49
Huidige Versie 1.1.1
Laatst Bijgewerkt 2023-12-03
Publicatiedatum 2018-12-07
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Jacob "kurtextrem" Groß
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/kurtextrem/tabbie
Help Pagina-URL https://github.com/kurtextrem/tabbie/issues
URL van de Privacybeleid Pagina https://www.kurtextrem.de/chrome/PRIVACY.html
Ondersteunde Talen 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"
    ]
}