SiteCheck
A lightweight and convenient tool to help you stay safe while browsing the web.
Co to jest SiteCheck?
SiteCheck to rozszerzenie Chrome opracowane przez sitecheckapp, a jego główną funkcją jest „A lightweight and convenient tool to help you stay safe while browsing the web.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SiteCheck
Pobierz pliki rozszerzeń SiteCheck w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | phadpjjoeohebhfhgpdgaencnlggdjoc |
Oficjalny URL | https://chrome.google.com/webstore/detail/sitecheck/phadpjjoeohebhfhgpdgaencnlggdjoc |
Opis | A lightweight and convenient tool to help you stay safe while browsing the web. |
Rozmiar pliku | 38.65 KB |
Liczba instalacji | 80 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2017-04-01 |
Data Publikacji | 2017-04-01 |
Deweloper | sitecheckapp |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } |