SiteCheck
A lightweight and convenient tool to help you stay safe while browsing the web.
Vad är SiteCheck?
SiteCheck är en Chrome-tillägg utvecklad av sitecheckapp, och dess huvudfunktion är "A lightweight and convenient tool to help you stay safe while browsing the web.".
Tilläggsskärmbilder
Ladda ner SiteCheck-förlängningens CRX-fil
Ladda ner SiteCheck-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | phadpjjoeohebhfhgpdgaencnlggdjoc |
Officiell webbadress | https://chrome.google.com/webstore/detail/sitecheck/phadpjjoeohebhfhgpdgaencnlggdjoc |
Beskrivning | A lightweight and convenient tool to help you stay safe while browsing the web. |
Filstorlek | 38.65 KB |
Antal Installationer | 80 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2017-04-01 |
Publiceringsdatum | 2017-04-01 |
Utvecklare | sitecheckapp |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } |