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 |
官方網址 | 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'" } |