SiteCheck

A lightweight and convenient tool to help you stay safe while browsing the web.

Co je SiteCheck?

SiteCheck je rozšíření Chrome vyvinuté sitecheckapp, a jeho hlavní funkcí je „A lightweight and convenient tool to help you stay safe while browsing the web.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření SiteCheck

Stáhněte si soubory rozšíření SiteCheck ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Checks the webpages you visit against AVG's website security test and notifies you in real-time of that webpages security status.You can also click the extension to see a more detailed security summary as well as further information about what your rating means.                    

Základní Informace o Rozšíření

Název SiteCheck SiteCheck
ID phadpjjoeohebhfhgpdgaencnlggdjoc
Oficiální URL https://chrome.google.com/webstore/detail/sitecheck/phadpjjoeohebhfhgpdgaencnlggdjoc
Popis A lightweight and convenient tool to help you stay safe while browsing the web.
Velikost souboru 38.65 KB
Počet instalací 80
Aktuální Verze 1.0
Poslední Aktualizace 2017-04-01
Datum Vydání 2017-04-01
Vývojář sitecheckapp
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SiteCheck",
    "description": "A lightweight and convenient tool to help you stay safe while browsing the web.",
    "version": "1.0",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "SiteCheck",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/www.avgthreatlabs.com\/*"
    ]
}