PortChecker
Simple tool to check your open network ports
Cos'è PortChecker?
PortChecker è un'estensione di Chrome sviluppata da https://myopenports.com, e la sua funzione principale è "Simple tool to check your open network ports".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PortChecker
Scarica i file di estensione PortChecker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | PortChecker |
ID | leebgfjiljadmconbpkhlfambnlcchai |
URL Ufficiale | https://chromewebstore.google.com/detail/portchecker/leebgfjiljadmconbpkhlfambnlcchai |
Descrizione | Simple tool to check your open network ports |
Dimensione del File | 87.05 KB |
Conteggio Installazioni | 1,192 |
Versione Corrente | 1.2.0 |
Ultimo Aggiornamento | 2020-02-27 |
Data di Pubblicazione | 2020-02-27 |
Valutazione | 4.91/5 Totale 11 Valutazioni |
Sviluppatore | https://myopenports.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://clipboardextension.com/policy.html |
Lingue Supportate | 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'" } |