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…

Cos'è What's site like??

What's site like? è un'estensione di Chrome sviluppata da shoito, e la sua funzione principale è "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 dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione What's site like?

Scarica i file di estensione What's site like? in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome What's site like? What's site like?
ID gobblgkhcepkppogappdcbpegelmfjbk
URL Ufficiale https://chromewebstore.google.com/detail/whats-site-like/gobblgkhcepkppogappdcbpegelmfjbk
Descrizione 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…
Dimensione del File 227 KB
Conteggio Installazioni 29
Versione Corrente 1.0.0
Ultimo Aggiornamento 2019-02-01
Data di Pubblicazione 2019-01-31
Sviluppatore shoito
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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'"
}