SiteCheck
A lightweight and convenient tool to help you stay safe while browsing the web.
SiteCheck là gì?
SiteCheck là một tiện ích mở rộng Chrome được phát triển bởi sitecheckapp, và tính năng chính của nó là "A lightweight and convenient tool to help you stay safe while browsing the web.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SiteCheck
Tải xuống các tệp mở rộng SiteCheck dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | phadpjjoeohebhfhgpdgaencnlggdjoc |
URL Chính Thức | https://chrome.google.com/webstore/detail/sitecheck/phadpjjoeohebhfhgpdgaencnlggdjoc |
Mô tả | A lightweight and convenient tool to help you stay safe while browsing the web. |
Kích Thước Tệp | 38.65 KB |
Số Lần Cài Đặt | 80 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2017-04-01 |
Ngày Phát Hành | 2017-04-01 |
Nhà Phát Triển | sitecheckapp |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |