ZenTabz

Manage your Chrome tabs and bookmarks.

Wat is ZenTabz?

ZenTabz is een Chrome-extensie ontwikkeld door https://zentabz.com, en de belangrijkste functie is "Manage your Chrome tabs and bookmarks.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie ZenTabz

Download ZenTabz-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

                        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!                    

Basisinformatie over de Extensie

Naam ZenTabz ZenTabz
ID gjjchdfpfjbgddgklfkjbeeeoalagcpf
Officiële URL https://chromewebstore.google.com/detail/zentabz/gjjchdfpfjbgddgklfkjbeeeoalagcpf
Beschrijving Manage your Chrome tabs and bookmarks.
Bestandsgrootte 2.85 MB
Aantal Installaties 15
Huidige Versie 3.0
Laatst Bijgewerkt 2023-01-11
Publicatiedatum 2017-12-21
Beoordeling 5.00/5 Totaal 8 Beoordelingen
Ontwikkelaar https://zentabz.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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'"
    }
}