Instant GPS Coordinates
One-click GPS coordinates grabber and sharer!
Instant GPS Coordinates란 무엇입니까?
Instant GPS Coordinates은(는) intechmalaysia에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "One-click GPS coordinates grabber and sharer!"입니다.
확장 프로그램 스크린샷
Instant GPS Coordinates 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Ever had trouble finding a location in your GPS device because you mistyped the address or simply because the address is not found on the device? Want the exact location, the precise point on a road or the highway? What if the place you want to find is not on a road, like your favorite holiday camping spot or perhaps even somewhere in the ocean? How would you feed the address to your GPS device? Instant GPS Coordinates Extension for Chrome is the solution. Simply get the Geo Coordinates of any location from Google Maps, either by searching or physically placing the cursor anywhere on the map. Share it via your favorite social media. Copy the GPS Coordinates and use it on your GPS Device. Features: -Search -Copy to Clipboard -Share, via Gmail, Facebook, Twitter or Google Plus Try it out now! And stay tuned for the upcoming features. Upcoming Features: -Copy to clipboard function with editable postal address -Take a snapshot of map along with the address and coordinates -Bluetooth compatibility to directly transfer coordinates to supported GPS devices Please provide us with your feedback and constructive criticism. You can reach us at [email protected].
확장 프로그램 기본 정보
이름 | |
ID | pplhhobbdamhmboandfdcjihieaakmjd |
공식 URL | https://chrome.google.com/webstore/detail/instant-gps-coordinates/pplhhobbdamhmboandfdcjihieaakmjd |
설명 | One-click GPS coordinates grabber and sharer! |
파일 크기 | 944 KB |
설치 횟수 | 11,966 |
현재 버전 | 1.0 |
최근 업데이트 | 2013-08-20 |
출시 날짜 | 2013-08-20 |
평점 | 4.29/5 총 87 개의 평점 |
개발자 | intechmalaysia |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://intech-malaysia.com/ |
도움말 페이지 URL | http://intech-malaysia.com/support |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instant GPS Coordinates", "version": "1.0", "description": "One-click GPS coordinates grabber and sharer!", "permissions": [ "clipboardWrite", "geolocation" ], "content_security_policy": "script-src 'self' https:\/\/*.googleapis.com https:\/\/maps.gstatic.com https:\/\/apis.google.com https:\/\/connect.facebook.net 'unsafe-eval'; object-src 'self' ", "browser_action": { "default_icon": "icon128.png", "default_popup": "index.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |