Coordinates Helper

This extension will help you build a route in Google Maps by highlighting the required area with coordinates.

Coordinates Helper là gì?

Coordinates Helper là một tiện ích mở rộng Chrome được phát triển bởi sazdanbest, và tính năng chính của nó là "This extension will help you build a route in Google Maps by highlighting the required area with coordinates.".

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

screenshot

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

Tải xuống các tệp mở rộng Coordinates Helper 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

                        This extension will help you build a route in Google Maps by highlighting the required area with coordinates. Now there is no need to manually insert each coordinate.                    

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

Tên Coordinates Helper Coordinates Helper
ID dbopijjkmjmdgafnjhoncebmmdjkbddh
URL Chính Thức https://chromewebstore.google.com/detail/coordinates-helper/dbopijjkmjmdgafnjhoncebmmdjkbddh
Mô tả This extension will help you build a route in Google Maps by highlighting the required area with coordinates.
Kích Thước Tệp 9.96 KB
Số Lần Cài Đặt 119
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2023-08-14
Ngày Phát Hành 2023-07-27
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển sazdanbest
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Coordinates Helper",
    "version": "1.0.6",
    "description": "This extension will help you build a route in Google Maps by highlighting the required area with coordinates.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png"
        }
    }
}