Tabs Counter

A simple extension for displaying the tab number next to the its title.

Apa itu Tabs Counter?

Tabs Counter adalah ekstensi Chrome yang dikembangkan oleh poctek5, dan fitur utamanya adalah "A simple extension for displaying the tab number next to the its title.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Tabs Counter

Unduh file ekstensi Tabs 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

                        A simple extension for displaying the tab number next to the its title.                    

Informasi Dasar Ekstensi

Nama Tabs Counter Tabs Counter
ID fkgbbcpdghmahjidddepeighkcdlihmp
URL Resmi https://chromewebstore.google.com/detail/tabs-counter/fkgbbcpdghmahjidddepeighkcdlihmp
Deskripsi A simple extension for displaying the tab number next to the its title.
Ukuran File 3.79 KB
Jumlah Instalasi 60
Versi Saat Ini 0.4
Terakhir Diperbarui 2016-10-19
Tanggal Publikasi 2016-10-18
Penilaian 3.40/5 Total 5 Penilaian
Pengembang poctek5
Tipe Pembayaran free
Situs Ekstensi https://github.com/poctek/tabs-counter
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabs Counter",
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "file:\/\/*\/"
    ],
    "version": "0.4",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": [],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}