Coordinates Extractor

Get Coordinates from Maps Conveniently

Coordinates Extractor란 무엇입니까?

Coordinates Extractor은(는) FM Developers에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get Coordinates from Maps Conveniently"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Coordinates Extractor 확장 프로그램 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), 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/                    

확장 프로그램 기본 정보

이름 Coordinates Extractor Coordinates Extractor
ID mnmgabpfpeghmkiieighbcbcompbnbji
공식 URL https://chromewebstore.google.com/detail/coordinates-extractor/mnmgabpfpeghmkiieighbcbcompbnbji
설명 Get Coordinates from Maps Conveniently
파일 크기 77.49 KB
설치 횟수 807
현재 버전 1.0
최근 업데이트 2021-11-16
출시 날짜 2021-11-16
개발자 FM Developers
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://carrompoolapk.com/
도움말 페이지 URL https://carrompoolapk.com/
지원되는 언어 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"
    ]
}