ZenTabz

Manage your Chrome tabs and bookmarks.

Cos'è ZenTabz?

ZenTabz è un'estensione di Chrome sviluppata da https://zentabz.com, e la sua funzione principale è "Manage your Chrome tabs and bookmarks.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione ZenTabz

Scarica i file di estensione ZenTabz in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        ZenTabz allows you view all your windows and tabs in a tabbed UI format, to give you a convenient searchable view of your browser tabs along with information about each browser window and how many tabs are open.

Select multiple tabs to close, move to another window, or save to bookmarks using the in-built bookmarks manager feature.

With ZenTabz, you can take back control of your browser tabs!                    

Informazioni di Base sull'Estensione

Nome ZenTabz ZenTabz
ID gjjchdfpfjbgddgklfkjbeeeoalagcpf
URL Ufficiale https://chromewebstore.google.com/detail/zentabz/gjjchdfpfjbgddgklfkjbeeeoalagcpf
Descrizione Manage your Chrome tabs and bookmarks.
Dimensione del File 2.85 MB
Conteggio Installazioni 15
Versione Corrente 3.0
Ultimo Aggiornamento 2023-01-11
Data di Pubblicazione 2017-12-21
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore https://zentabz.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ZenTabz",
    "description": "Manage your Chrome tabs and bookmarks.",
    "version": "3.0",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "index.html",
        "default_title": "ZenTabz"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "bookmarks"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}