Reveal your IP-address and copy to clipboard
Reveals your IP address
Reveal your IP-address and copy to clipboard란 무엇입니까?
Reveal your IP-address and copy to clipboard은(는) http://www.myce.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reveals your IP address"입니다.
확장 프로그램 스크린샷
Reveal your IP-address and copy to clipboard 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The prettiest and best IP revealing Chrome extension, now available for free. Adds a button to Chrome which allows you to easily access your IP address. - Reveals your IP address - Displays your ISP, country - Shows your location on a map - Button to easily copy your IP address to the clipboard
확장 프로그램 기본 정보
이름 | |
ID | dfnafdpfhoiohhjcjmbhgnfclolndcga |
공식 URL | https://chrome.google.com/webstore/detail/reveal-your-ip-address-an/dfnafdpfhoiohhjcjmbhgnfclolndcga |
설명 | Reveals your IP address |
파일 크기 | 53.93 KB |
설치 횟수 | 399 |
현재 버전 | 1.1 |
최근 업데이트 | 2014-02-04 |
출시 날짜 | 2014-02-04 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | http://www.myce.com |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reveal your IP-address and copy to clipboard", "short_name": "What's my IP address", "permissions": [ "http:\/\/ip-api.com\/", "clipboardWrite", "clipboardRead" ], "version": "1.1", "manifest_version": 2, "author": "Philaeum Internet", "description": "Reveals your IP address", "icons": { "16": "ipaddress-16.png", "48": "ipaddress-48.png", "128": "ipaddress-128.png" }, "browser_action": { "default_icon": "ipaddress-128.png", "default_title": "Reveal IP address", "default_popup": "index.html" } } |