Stackview

Stackview shows a list of technologies used to create the web site you're currently on. The extension icon will turn from grey to…

Apa itu Stackview?

Stackview adalah ekstensi Chrome yang dikembangkan oleh ididrio, dan fitur utamanya adalah "Stackview shows a list of technologies used to create the web site you're currently on. The extension icon will turn from grey to…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Stackview

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

                        Stackview shows a list of technologies used to create the web site you're currently on. The extension icon will turn from grey to blue if the data is available for that site.                    

Informasi Dasar Ekstensi

Nama Stackview Stackview
ID ninemdmcefomoiffmkncafklmgbgfbmg
URL Resmi https://chrome.google.com/webstore/detail/stackview/ninemdmcefomoiffmkncafklmgbgfbmg
Deskripsi Stackview shows a list of technologies used to create the web site you're currently on. The extension icon will turn from grey to…
Ukuran File 47.07 KB
Jumlah Instalasi 245
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-11-12
Tanggal Publikasi 2017-11-12
Penilaian 3.00/5 Total 4 Penilaian
Pengembang ididrio
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stackview",
    "version": "1.0",
    "background": {
        "scripts": [
            ".\/background.js"
        ],
        "persist": true
    },
    "icons": {
        "16": ".\/images\/icon16.png",
        "32": ".\/images\/icon32.png",
        "48": ".\/images\/iconblue48.png",
        "128": ".\/images\/iconblue128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/jquery-3.2.1.min.js",
                ".\/content.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_title": "Stackview"
    }
}