Tab Count

Displays the number of browser tabs

Apa itu Tab Count?

Tab Count adalah ekstensi Chrome yang dikembangkan oleh gustass1, dan fitur utamanya adalah "Displays the number of browser tabs".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Tab Count

Unduh file ekstensi Tab Count 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

                        Simple extension that displays the number of tabs you have open on your browser. It displays total count of tabs, tab count on current window, and tab count you have on each tab group.                    

Informasi Dasar Ekstensi

Nama Tab Count Tab Count
ID cflfdplhfcgapcgcahckkadgghpkhfco
URL Resmi https://chromewebstore.google.com/detail/tab-count/cflfdplhfcgapcgcahckkadgghpkhfco
Deskripsi Displays the number of browser tabs
Ukuran File 9.97 KB
Jumlah Instalasi 338
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2023-05-17
Tanggal Publikasi 2021-07-07
Penilaian 4.50/5 Total 2 Penilaian
Pengembang gustass1
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Count",
    "description": "Displays the number of browser tabs",
    "version": "0.0.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/icons\/icon-16.png",
            "32": "\/icons\/icon-32.png",
            "48": "\/icons\/icon-48.png",
            "128": "\/icons\/icon-120.png"
        }
    },
    "icons": {
        "16": "\/icons\/icon-16.png",
        "32": "\/icons\/icon-32.png",
        "48": "\/icons\/icon-48.png",
        "128": "\/icons\/icon-120.png"
    },
    "permissions": [
        "tabGroups"
    ]
}