PortChecker
Simple tool to check your open network ports
什么是PortChecker?
PortChecker是由https://myopenports.com开发的Chrome扩展程序,该扩展的主要功能是“Simple tool to check your open network ports”。
扩展截图
下载PortChecker扩展crx文件
下载PortChecker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | PortChecker |
ID | leebgfjiljadmconbpkhlfambnlcchai |
官方URL | https://chromewebstore.google.com/detail/portchecker/leebgfjiljadmconbpkhlfambnlcchai |
简介 | Simple tool to check your open network ports |
文件大小 | 87.05 KB |
安装次数 | 1,192 |
当前版本 | 1.2.0 |
更新时间 | 2020-02-27 |
上架时间 | 2020-02-27 |
评分 | 4.91/5 共11次评分 |
开发者 | https://myopenports.com |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://clipboardextension.com/policy.html |
支持的语言 | 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'" } |