GPS Coordinates for Google Maps

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

What is GPS Coordinates for Google Maps?

GPS Coordinates for Google Maps is a Chrome extension developed by https://crisvalls.com, and its main feature is "Add a button to Google Maps to get super quickly the GPS coordinates (latitude & longitude) in different formats.".

Extension Screenshots

screenshot
screenshot
screenshot

Download GPS Coordinates for Google Maps Extension CRX File

Download GPS Coordinates for Google Maps extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name GPS Coordinates for Google Maps GPS Coordinates for Google Maps
ID agbofjnneeekffbjdcjhmmhmbldfogpc
Official URL https://chrome.google.com/webstore/detail/gps-coordinates-for-googl/agbofjnneeekffbjdcjhmmhmbldfogpc
Description Add a button to Google Maps to get super quickly the GPS coordinates (latitude & longitude) in different formats.
File Size 68.96 KB
Installation Count 30,000
Current Version 3.4
Last Updated 2021-07-06
Publish Date 2020-06-19
Rating 4.18/5 Total 39 Ratings
Developer https://crisvalls.com
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}