ZenTabz

Manage your Chrome tabs and bookmarks.

Apa itu ZenTabz?

ZenTabz adalah ekstensi Chrome yang dikembangkan oleh https://zentabz.com, dan fitur utamanya adalah "Manage your Chrome tabs and bookmarks.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi ZenTabz

Unduh file ekstensi ZenTabz dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama ZenTabz ZenTabz
ID gjjchdfpfjbgddgklfkjbeeeoalagcpf
URL Resmi https://chromewebstore.google.com/detail/zentabz/gjjchdfpfjbgddgklfkjbeeeoalagcpf
Deskripsi Manage your Chrome tabs and bookmarks.
Ukuran File 2.85 MB
Jumlah Instalasi 15
Versi Saat Ini 3.0
Terakhir Diperbarui 2023-01-11
Tanggal Publikasi 2017-12-21
Penilaian 5.00/5 Total 8 Penilaian
Pengembang https://zentabz.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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'"
    }
}