PortChecker
Simple tool to check your open network ports
PortCheckerคืออะไร?
PortChecker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://myopenports.com และคุณลักษณะหลักของมันคือ "Simple tool to check your open network ports"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PortChecker
ดาวน์โหลดไฟล์ส่วนขยาย 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'" } |