GPS Coordinates for Google Maps

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

Cos'è GPS Coordinates for Google Maps?

GPS Coordinates for Google Maps è un'estensione di Chrome sviluppata da https://crisvalls.com, e la sua funzione principale è "Add a button to Google Maps to get super quickly the GPS coordinates (latitude & longitude) in different formats.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione GPS Coordinates for Google Maps

Scarica i file di estensione GPS Coordinates for Google Maps in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome GPS Coordinates for Google Maps GPS Coordinates for Google Maps
ID agbofjnneeekffbjdcjhmmhmbldfogpc
URL Ufficiale https://chrome.google.com/webstore/detail/gps-coordinates-for-googl/agbofjnneeekffbjdcjhmmhmbldfogpc
Descrizione Add a button to Google Maps to get super quickly the GPS coordinates (latitude & longitude) in different formats.
Dimensione del File 68.96 KB
Conteggio Installazioni 30,000
Versione Corrente 3.4
Ultimo Aggiornamento 2021-07-06
Data di Pubblicazione 2020-06-19
Valutazione 4.18/5 Totale 39 Valutazioni
Sviluppatore https://crisvalls.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}