What's site like?

It is a Chrome extension that you can check what kind of page you are viewing now, how much attention is being paid, and about…

Apa itu What's site like??

What's site like? adalah ekstensi Chrome yang dikembangkan oleh shoito, dan fitur utamanya adalah "It is a Chrome extension that you can check what kind of page you are viewing now, how much attention is being paid, and about…".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi What's site like?

Unduh file ekstensi What's site like? 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

                        It is a Chrome extension that you can check what kind of page you are viewing now, how much attention is being paid, and about which server it is published.                    

Informasi Dasar Ekstensi

Nama What's site like? What's site like?
ID gobblgkhcepkppogappdcbpegelmfjbk
URL Resmi https://chromewebstore.google.com/detail/whats-site-like/gobblgkhcepkppogappdcbpegelmfjbk
Deskripsi It is a Chrome extension that you can check what kind of page you are viewing now, how much attention is being paid, and about…
Ukuran File 227 KB
Jumlah Instalasi 29
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2019-02-01
Tanggal Publikasi 2019-01-31
Pengembang shoito
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "persistent": false,
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/dev.virtualearth.net https:\/\/ecn.dev.virtualearth.net; object-src 'self'"
}