SiteCheck
A lightweight and convenient tool to help you stay safe while browsing the web.
SiteCheckคืออะไร?
SiteCheck เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sitecheckapp และคุณลักษณะหลักของมันคือ "A lightweight and convenient tool to help you stay safe while browsing the web."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SiteCheck
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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\/*" ] } |