Ip Location
Locate Yourself !
Ip Location란 무엇입니까?
Ip Location은(는) gpoirrier78에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Locate Yourself !"입니다.
확장 프로그램 스크린샷
Ip Location 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This chrome extension allows you to locate yourself thanks to your public IP address. An awesome flag icon is shown on the top bar to show your location, and your location can be displayed on a map, if available. Fork me ! https://github.com/GuillaumePoirrier/IpLocation.git Icons credit : Freepik, from www.flaticon.com
확장 프로그램 기본 정보
이름 | Ip Location |
ID | jckhobchpljnnodjdfaifbjhaddajdhk |
공식 URL | https://chromewebstore.google.com/detail/ip-location/jckhobchpljnnodjdfaifbjhaddajdhk |
설명 | Locate Yourself ! |
파일 크기 | 1.13 MB |
설치 횟수 | 141 |
현재 버전 | 0.0.6 |
최근 업데이트 | 2020-04-13 |
출시 날짜 | 2020-04-13 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | gpoirrier78 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ip Location", "description": "Locate Yourself !", "version": "0.0.6", "icons": { "24": "img\/icon\/icon-24.png", "48": "img\/icon\/icon-48.png", "64": "img\/icon\/icon-64.png", "128": "img\/icon\/icon-128.png", "256": "img\/icon\/icon-256.png" }, "permissions": [], "content_security_policy": "script-src 'self'; object-src 'self'", "background": { "scripts": [ "background\/background.js" ] }, "browser_action": { "default_icon": "img\/icon\/icon-64.png", "default_popup": "popup\/popup.html" } } |