Tab Counter

This extension will count and log how many tabs you have open

Apa itu Tab Counter?

Tab Counter adalah ekstensi Chrome yang dikembangkan oleh daniel.barry, dan fitur utamanya adalah "This extension will count and log how many tabs you have open".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Tab Counter

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

                        Keep track of the number of tabs and windows you have open
Shows the number of tabs and windows currently open and a graph of how many are open over time                    

Informasi Dasar Ekstensi

Nama Tab Counter Tab Counter
ID gnfjchpcjcgjechjnplhablhjdhdimmf
URL Resmi https://chromewebstore.google.com/detail/tab-counter/gnfjchpcjcgjechjnplhablhjdhdimmf
Deskripsi This extension will count and log how many tabs you have open
Ukuran File 198 KB
Jumlah Instalasi 53
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2021-03-09
Tanggal Publikasi 2021-03-09
Penilaian 4.00/5 Total 2 Penilaian
Pengembang daniel.barry
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Counter",
    "description": "This extension will count and log how many tabs you have open",
    "version": "1.0.2",
    "background": {
        "scripts": [
            "chart.js",
            "prototype.js",
            "script.js",
            "popup.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}