PortChecker
Simple tool to check your open network ports
Qu'est-ce que PortChecker ?
PortChecker est une extension Chrome développée par https://myopenports.com, et sa fonction principale est "Simple tool to check your open network ports".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PortChecker
Téléchargez les fichiers d'extension PortChecker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | PortChecker |
ID | leebgfjiljadmconbpkhlfambnlcchai |
URL Officiel | https://chromewebstore.google.com/detail/portchecker/leebgfjiljadmconbpkhlfambnlcchai |
Description | Simple tool to check your open network ports |
Taille du Fichier | 87.05 KB |
Nombre d'Installations | 1,192 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2020-02-27 |
Date de Publication | 2020-02-27 |
Évaluation | 4.91/5 Total 11 Évaluations |
Développeur | https://myopenports.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://clipboardextension.com/policy.html |
Langues Prises en Charge | 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'" } |