GPS Coordinates for Google Maps

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

Co je GPS Coordinates for Google Maps?

GPS Coordinates for Google Maps je rozšíření Chrome vyvinuté https://crisvalls.com, a jeho hlavní funkcí je „Add a button to Google Maps to get super quickly the GPS coordinates (latitude & longitude) in different formats.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření GPS Coordinates for Google Maps

Stáhněte si soubory rozšíření GPS Coordinates for Google Maps ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název GPS Coordinates for Google Maps GPS Coordinates for Google Maps
ID agbofjnneeekffbjdcjhmmhmbldfogpc
Oficiální URL https://chrome.google.com/webstore/detail/gps-coordinates-for-googl/agbofjnneeekffbjdcjhmmhmbldfogpc
Popis Add a button to Google Maps to get super quickly the GPS coordinates (latitude & longitude) in different formats.
Velikost souboru 68.96 KB
Počet instalací 30,000
Aktuální Verze 3.4
Poslední Aktualizace 2021-07-06
Datum Vydání 2020-06-19
Hodnocení 4.18/5 Celkem 39 Hodnocení
Vývojář https://crisvalls.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}