PortChecker
Simple tool to check your open network ports
Wat is PortChecker?
PortChecker is een Chrome-extensie ontwikkeld door https://myopenports.com, en de belangrijkste functie is "Simple tool to check your open network ports".
Extensie Screenshots
Download het CRX-bestand van de extensie PortChecker
Download PortChecker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | PortChecker |
ID | leebgfjiljadmconbpkhlfambnlcchai |
Officiële URL | https://chromewebstore.google.com/detail/portchecker/leebgfjiljadmconbpkhlfambnlcchai |
Beschrijving | Simple tool to check your open network ports |
Bestandsgrootte | 87.05 KB |
Aantal Installaties | 1,192 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2020-02-27 |
Publicatiedatum | 2020-02-27 |
Beoordeling | 4.91/5 Totaal 11 Beoordelingen |
Ontwikkelaar | https://myopenports.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://clipboardextension.com/policy.html |
Ondersteunde Talen | 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'" } |