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…

Τι είναι το What's site like?;

Το What's site like? είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον shoito, και η κύρια λειτουργία του είναι "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
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης What's site like?

Λήψη αρχείων επέκτασης What's site like? σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα What's site like? What's site like?
ID gobblgkhcepkppogappdcbpegelmfjbk
Επίσημο URL https://chromewebstore.google.com/detail/whats-site-like/gobblgkhcepkppogappdcbpegelmfjbk
Περιγραφή 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…
Μέγεθος Αρχείου 227 KB
Αριθμός Εγκαταστάσεων 29
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2019-02-01
Ημερομηνία Δημοσίευσης 2019-01-31
Προγραμματιστής shoito
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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'"
}