Check my public and private IP addresses
Check out the personal and public IP addresses of the client
Check my public and private IP addresses란 무엇입니까?
Check my public and private IP addresses은(는) Marin Marinov에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check out the personal and public IP addresses of the client"입니다.
확장 프로그램 스크린샷
Check my public and private IP addresses 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The fastest way to check out your public and private IP addresses. Extremely light extension for instant check out both the public and private IP addresses of the client. You don't need to load any additional websites to check them out. Even if you don't have internet access you still be able to check out your private IP address. * Private IP address is the IP address of your device, using it in your local network. * Public IP address is the IP address given to your device by your internet provider, or proxy server, etc. It is visible by the outer world.
확장 프로그램 기본 정보
이름 | |
ID | nmhkffmkjbepohgmonlkfoifdbncbgbl |
공식 URL | https://chrome.google.com/webstore/detail/check-my-public-and-priva/nmhkffmkjbepohgmonlkfoifdbncbgbl |
설명 | Check out the personal and public IP addresses of the client |
파일 크기 | 23.3 KB |
설치 횟수 | 589 |
현재 버전 | 1.2.0 |
최근 업데이트 | 2016-08-29 |
출시 날짜 | 2016-08-29 |
평점 | 4.41/5 총 22 개의 평점 |
개발자 | Marin Marinov |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Check my public and private IP addresses", "short_name": "Check my IPs", "description": "Check out the personal and public IP addresses of the client", "version": "1.2.0", "browser_action": { "default_icon": "img\/Check-my-IPs-128.png", "default_popup": "popup.html", "default_title": "Check out my IP addresses" }, "author": "Marin Marinov", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |