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.”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | phadpjjoeohebhfhgpdgaencnlggdjoc |
官方網址 | 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\/*" ] } |