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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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'" } |