PortChecker
Simple tool to check your open network ports
Co to jest PortChecker?
PortChecker to rozszerzenie Chrome opracowane przez https://myopenports.com, a jego główną funkcją jest „Simple tool to check your open network ports”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia PortChecker
Pobierz pliki rozszerzeń PortChecker 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
Easy way to check network ports status and detect IP address. This tool allows you to check whether the port is open or not. You can manage favorite ports on the settings page: add your own port (or several) for quick checking. PortChecker also determines your IP address and lets you to copy it in one click. Provided by MyOpenPorts.com
Podstawowe informacje o rozszerzeniu
Nazwa | PortChecker |
ID | leebgfjiljadmconbpkhlfambnlcchai |
Oficjalny URL | https://chromewebstore.google.com/detail/portchecker/leebgfjiljadmconbpkhlfambnlcchai |
Opis | Simple tool to check your open network ports |
Rozmiar pliku | 87.05 KB |
Liczba instalacji | 1,192 |
Aktualna Wersja | 1.2.0 |
Ostatnia Aktualizacja | 2020-02-27 |
Data Publikacji | 2020-02-27 |
Ocena | 4.91/5 Łącznie 11 Oceny |
Deweloper | https://myopenports.com |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://clipboardextension.com/policy.html |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PortChecker", "description": "Simple tool to check your open network ports", "version": "1.2.0", "options_page": "options.html", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "http:\/\/portscan.ru\/*", "clipboardWrite" ], "browser_action": { "default_title": "PortChecker", "default_icon": "icon.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/google-analytics.com https:\/\/www.gstatic.com; object-src 'self'" } |