Coordinates Extractor

Get Coordinates from Maps Conveniently

Co je Coordinates Extractor?

Coordinates Extractor je rozšíření Chrome vyvinuté FM Developers, a jeho hlavní funkcí je „Get Coordinates from Maps Conveniently“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Coordinates Extractor

Stáhněte si soubory rozšíření Coordinates Extractor 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), in DD format (decimal degrees) and in DMS format (degrees, minutes & seconds), with its latitude and longitude, respectively.
You will also see its Google's plus code and its MGRS (Military Grid Reference System).

For 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.
- DM (degrees and decimal minutes): 41°22.9736'N 2°10.6459'N.
- DMS (degrees, minutes & seconds): 41°22'58.4"N 2°10'38.8"E.
- Google Maps' Plus Code: 8FH495MG+5X.
- MGRS (Military Grid Reference System): 31TDF3122281589.

Remember this browser'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.

QR CODES:

Next to each coordinates there is an icon to create a QR code and scan it, for example, with your smartphone or tablet to send that information easily to that device.

You can also create QR codes to scan them with your device and directly open Google Maps or MAPS.ME app with your specific point or place. Isn't it interesting?

SEND TO GOOGLE MAPS:

With this extension installed on your browser, after selecting a text (usually an address or place) on any website, right click on the menu to select the option "Search this in Google Maps" to search that directly in Google Maps. 
In just 1 click, you will do all this: Select and copy the text, open a new tab with Google Maps, paste the text into the search box and press the enter key. Very cool, right?

COMBINABLE WITH OTHER BROWSER EXTENSIONS
★ Pushbullet: 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. Useful if you use a map service that is not compatible with our QR codes (but you can send me a message and I'll try to implement it).

PLUS CODES:

When a specific address is not available or just for convenience, it's possible to use a plus code to find or share a place on Google Maps, such as a company or home address.

MGRS:

The Military Grid Reference System is a grid-based system used to represent locations using the Mercator Transverse Universal Projection (UTM) and Universal Polar Stereographic Projection (UPS) grid systems, expressed as an alphanumeric character string. It's used as geocode for the entire Earth.

HELP US TO IMPROVE:

We want to improve this Google Chrome Extension with your help, so don't hesitate to send us suggestions, doubts and bugs or errors. For example, if you think of other map services or websites to send Google Maps coordinates to, send us a message and we will try to implement it.

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

Website URL:https://carrompoolapk.com/                    

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

Název Coordinates Extractor Coordinates Extractor
ID mnmgabpfpeghmkiieighbcbcompbnbji
Oficiální URL https://chromewebstore.google.com/detail/coordinates-extractor/mnmgabpfpeghmkiieighbcbcompbnbji
Popis Get Coordinates from Maps Conveniently
Velikost souboru 77.49 KB
Počet instalací 807
Aktuální Verze 1.0
Poslední Aktualizace 2021-11-16
Datum Vydání 2021-11-16
Vývojář FM Developers
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://carrompoolapk.com/
URL Stránky Nápovědy https://carrompoolapk.com/
Podporované Jazyky en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Coordinates Extractor",
    "description": "Get Coordinates from Maps Conveniently",
    "author": "HnH Dev Team",
    "default_locale": "en",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "main.js"
            ],
            "css": [
                "main.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon-16.png",
        "24": "icon-24.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        "icon-16.png",
        "copy.png",
        "qr.png"
    ]
}