Tabbie Updated

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

Co to jest Tabbie Updated?

Tabbie Updated to rozszerzenie Chrome opracowane przez Jacob "kurtextrem" Groß, a jego główną funkcją jest „The missing tab manager for Chrome, updated for the latest Chrome version.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Tabbie Updated

Pobierz pliki rozszerzeń Tabbie Updated w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Tabbie Updated Tabbie Updated
ID eiigehbpamofgandbmmokoahhkhbmbld
Oficjalny URL https://chromewebstore.google.com/detail/tabbie-updated/eiigehbpamofgandbmmokoahhkhbmbld
Opis The missing tab manager for Chrome, updated for the latest Chrome version.
Rozmiar pliku 89.35 KB
Liczba instalacji 49
Aktualna Wersja 1.1.1
Ostatnia Aktualizacja 2023-12-03
Data Publikacji 2018-12-07
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Jacob "kurtextrem" Groß
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/kurtextrem/tabbie
Adres URL Strony Pomocy https://github.com/kurtextrem/tabbie/issues
Adres URL Strony Polityki Prywatności https://www.kurtextrem.de/chrome/PRIVACY.html
Obsługiwane Języki 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"
    ]
}