SiteCheck
A lightweight and convenient tool to help you stay safe while browsing the web.
Hvad er SiteCheck?
SiteCheck er en Chrome-udvidelse udviklet af sitecheckapp, og dens hovedfunktion er "A lightweight and convenient tool to help you stay safe while browsing the web.".
Udvidelsesskærmbilleder
Download SiteCheck-udvidelses-CRX-fil
Download SiteCheck-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | phadpjjoeohebhfhgpdgaencnlggdjoc |
Officiel URL | https://chrome.google.com/webstore/detail/sitecheck/phadpjjoeohebhfhgpdgaencnlggdjoc |
Beskrivelse | A lightweight and convenient tool to help you stay safe while browsing the web. |
Filstørrelse | 38.65 KB |
Antal Installationer | 80 |
Nuværende Version | 1.0 |
Senest Opdateret | 2017-04-01 |
Udgivelsesdato | 2017-04-01 |
Udvikler | sitecheckapp |
Betalingsmetode | free |
Understøttede Sprog | 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\/*" ] } |