ZenTabz

Manage your Chrome tabs and bookmarks.

Qu'est-ce que ZenTabz ?

ZenTabz est une extension Chrome développée par https://zentabz.com, et sa fonction principale est "Manage your Chrome tabs and bookmarks.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension ZenTabz

Téléchargez les fichiers d'extension ZenTabz au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom ZenTabz ZenTabz
ID gjjchdfpfjbgddgklfkjbeeeoalagcpf
URL Officiel https://chromewebstore.google.com/detail/zentabz/gjjchdfpfjbgddgklfkjbeeeoalagcpf
Description Manage your Chrome tabs and bookmarks.
Taille du Fichier 2.85 MB
Nombre d'Installations 15
Version Actuelle 3.0
Dernière Mise à Jour 2023-01-11
Date de Publication 2017-12-21
Évaluation 5.00/5 Total 8 Évaluations
Développeur https://zentabz.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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'"
    }
}