GPS Coordinates for Google Maps

Add a button to Google Maps to get super quickly the GPS coordinates (latitude & longitude) in different formats.

GPS Coordinates for Google Maps란 무엇입니까?

GPS Coordinates for Google Maps은(는) https://crisvalls.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add a button to Google Maps to get super quickly the GPS coordinates (latitude & longitude) in different formats."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

GPS Coordinates for Google Maps 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        HOW IT WORKS
With just a button located at the top right of the Google Maps screen (below your Google account image), you can manually or automatically copy and paste the GPS coordinates of any selected place in DD format (decimal degrees) and in DMS format (degrees / minutes / seconds), with its latitude and longitude, respectively.

An example. If you select Barcelona on Google Maps and then click on our button, you will see its coordinates in this way:
- DD (decimal degrees): 41.382894, 2.177432.
- DMS (degrees, minutes & seconds): 41°22'58.4"N 2°10'38.8"E.

Remember this Google Chrome's utility is used to show the coordinates of any area, township, commerce, point of interest (POI / POI) or even a place anywhere in the world selected directly on the map. Although there is no information on Google Maps, you will have its GPS coordinates :)

If nothing is selected in Google Maps, the coordinates shown will be those in the center of the screen.

COMBINABLE WITH OTHER GOOGLE CHROME EXTENSIONS:
★ Google Maps select and search (https://chrome.google.com/webstore/detail/google-maps-select-and-se/iobjmgojenedagiebkecldbpgimlchje): After selecting a text to search it on Google Maps, you can get its coordinates immediately with our extension
★ Send to Google Maps (https://chrome.google.com/webstore/detail/send-to-google-maps/bhggankplfegmjjngfmhfajedmiikolo): After selecting a text to search it on Google Maps, you can get its coordinates immediately with our application.
★ Pushbullet (https://chrome.google.com/webstore/detail/pushbullet/chlffgpmiacpedhhbkiomidkjlcfhogd): Once you have this extension installed, select the desired coordinates in the text field, and from the context menu (right mouse button) press Pushbullet and send it to the device you need.

COMBINABLE WITH OTHER MAP APPS:
★ Maps.me: Using the Pushbullet extension in Google Chrome as detailed above, it's very easy to send Google Maps coordinates (from your computer or laptop) to other map apps like MAPS.ME (Maps with me). It's infinitely faster to search for a place with its coordinates that with its name in that application. Try it and tell us!

HELP US TO IMPROVE
We want to improve this Chrome Extension with your help, so don't hesitate to send us suggestions, doubts and bugs or errors.

Thank you very much for your support and hopefully this Chrome Extension will be very useful to you for managing your places and its GPS coordinates!                    

확장 프로그램 기본 정보

이름 GPS Coordinates for Google Maps GPS Coordinates for Google Maps
ID agbofjnneeekffbjdcjhmmhmbldfogpc
공식 URL https://chrome.google.com/webstore/detail/gps-coordinates-for-googl/agbofjnneeekffbjdcjhmmhmbldfogpc
설명 Add a button to Google Maps to get super quickly the GPS coordinates (latitude & longitude) in different formats.
파일 크기 68.96 KB
설치 횟수 30,000
현재 버전 3.4
최근 업데이트 2021-07-06
출시 날짜 2020-06-19
평점 4.18/5 총 39 개의 평점
개발자 https://crisvalls.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "author": "Cristian Valls",
    "default_locale": "en",
    "version": "3.4",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "main.js",
                "z.js"
            ],
            "css": [
                "main.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js",
            "background-z.js"
        ]
    },
    "icons": {
        "16": "icon-16.png",
        "24": "icon-24.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        "icon-16.png",
        "copy.png",
        "qr.png"
    ]
}