SiteCheck

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

什么是SiteCheck?

SiteCheck是由sitecheckapp开发的Chrome扩展程序,该扩展的主要功能是“A lightweight and convenient tool to help you stay safe while browsing the web.”。

扩展截图

screenshot

下载SiteCheck扩展crx文件

下载SiteCheck扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 SiteCheck SiteCheck
ID phadpjjoeohebhfhgpdgaencnlggdjoc
官方URL https://chrome.google.com/webstore/detail/sitecheck/phadpjjoeohebhfhgpdgaencnlggdjoc
简介 A lightweight and convenient tool to help you stay safe while browsing the web.
文件大小 38.65 KB
安装次数 80
当前版本 1.0
更新时间 2017-04-01
上架时间 2017-04-01
开发者 sitecheckapp
付费类型 free
支持的语言 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\/*"
    ]
}