IP Map
See your IP address and the IP address of the website you are visiting on a map.
IP Map란 무엇입니까?
IP Map은(는) Tritonio에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "See your IP address and the IP address of the website you are visiting on a map."입니다.
확장 프로그램 스크린샷
IP Map 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Click on the extension's icon and a popup will show you and the site you are viewing on two maps along with your IP addresses. Thanks to http://www.geoipview.com for the geolocation service. Thanks to FAM FAM FAM for the map icon (http://www.famfamfam.com/lab/icons/silk/)
확장 프로그램 기본 정보
이름 | |
ID | hhphckcekmhnkkjadjdafalalcgphmec |
공식 URL | https://chromewebstore.google.com/detail/ip-map/hhphckcekmhnkkjadjdafalalcgphmec |
설명 | See your IP address and the IP address of the website you are visiting on a map. |
파일 크기 | 27.24 KB |
설치 횟수 | 892 |
현재 버전 | 1.1.3 |
최근 업데이트 | 2013-09-22 |
출시 날짜 | 2013-09-22 |
평점 | 4.40/5 총 10 개의 평점 |
개발자 | Tritonio |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IP Map", "version": "1.1.3", "manifest_version": 2, "description": "See your IP address and the IP address of the website you are visiting on a map.", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "map_magnify.png", "default_popup": "index.html", "default_title": "IP Map" }, "permissions": [ "tabs" ] } |