Stylesheet Count

Count of the number of Style Sheet tags on the current page

Apa itu Stylesheet Count?

Stylesheet Count adalah ekstensi Chrome yang dikembangkan oleh jeremyfine365, dan fitur utamanya adalah "Count of the number of Style Sheet tags on the current page".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Stylesheet Count

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

                        Style Sheet Count adds a button to the browser, that informs you of the number of stylesheets on current page.                    

Informasi Dasar Ekstensi

Nama Stylesheet Count Stylesheet Count
ID gngfnjclpjflgomhidfecidndbfaniak
URL Resmi https://chrome.google.com/webstore/detail/stylesheet-count/gngfnjclpjflgomhidfecidndbfaniak
Deskripsi Count of the number of Style Sheet tags on the current page
Ukuran File 43.27 KB
Jumlah Instalasi 10,000
Versi Saat Ini 0.1
Terakhir Diperbarui 2014-04-01
Tanggal Publikasi 2014-04-01
Penilaian 1.40/5 Total 30 Penilaian
Pengembang jeremyfine365
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "Stylesheet Count",
    "description": "Count of the number of Style Sheet tags on the current page",
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Stylesheet Count"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}