Coordinates Extractor

Get Coordinates from Maps Conveniently

Coordinates Extractor là gì?

Coordinates Extractor là một tiện ích mở rộng Chrome được phát triển bởi FM Developers, và tính năng chính của nó là "Get Coordinates from Maps Conveniently".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Coordinates Extractor

Tải xuống các tệp mở rộng Coordinates Extractor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Coordinates Extractor Coordinates Extractor
ID mnmgabpfpeghmkiieighbcbcompbnbji
URL Chính Thức https://chromewebstore.google.com/detail/coordinates-extractor/mnmgabpfpeghmkiieighbcbcompbnbji
Mô tả Get Coordinates from Maps Conveniently
Kích Thước Tệp 77.49 KB
Số Lần Cài Đặt 807
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-11-16
Ngày Phát Hành 2021-11-16
Nhà Phát Triển FM Developers
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://carrompoolapk.com/
URL Trang Trợ Giúp https://carrompoolapk.com/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}