Developer Dashboard Stats

Developer Dashboard Stats is a simple and fast way of checking recent stats for your published extensions and applications in Chrome

Apa itu Developer Dashboard Stats?

Developer Dashboard Stats adalah ekstensi Chrome yang dikembangkan oleh Philippe, dan fitur utamanya adalah "Developer Dashboard Stats is a simple and fast way of checking recent stats for your published extensions and applications in Chrome".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Developer Dashboard Stats

Unduh file ekstensi Developer Dashboard Stats 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

                                            

Informasi Dasar Ekstensi

Nama Developer Dashboard Stats Developer Dashboard Stats
ID pklpclflcahfpiaoohpiiicnadefanap
URL Resmi https://chromewebstore.google.com/detail/empty-title/pklpclflcahfpiaoohpiiicnadefanap
Deskripsi Developer Dashboard Stats is a simple and fast way of checking recent stats for your published extensions and applications in Chrome
Ukuran File 133 KB
Jumlah Instalasi 30
Versi Saat Ini 1.2
Terakhir Diperbarui 2012-11-03
Tanggal Publikasi 2012-11-03
Penilaian 4.14/5 Total 7 Penilaian
Pengembang Philippe
Tipe Pembayaran free
Bahasa yang Didukung
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "alarms",
        "tabs",
        "*:\/\/*.google.com\/webstore\/"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/all.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon_48.png",
        "default_title": "Developer Dashboard Stats",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "128": "img\/icon_128.png",
        "48": "img\/icon_48.png"
    },
    "description": "Developer Dashboard Stats is a simple and fast way of checking recent stats for your published extensions and applications in Chrome",
    "manifest_version": 2,
    "name": "Developer Dashboard Stats",
    "version": "1.2"
}