Coordinates Helper

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

什麼是Coordinates Helper?

Coordinates Helper是由sazdanbest開發的Chrome擴展程式,該擴展的主要功能是“This extension will help you build a route in Google Maps by highlighting the required area with coordinates.”。

擴展截圖

screenshot

下載Coordinates Helper擴展crx文件

下載Coordinates Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Coordinates Helper Coordinates Helper
ID dbopijjkmjmdgafnjhoncebmmdjkbddh
官方網址 https://chromewebstore.google.com/detail/coordinates-helper/dbopijjkmjmdgafnjhoncebmmdjkbddh
簡介 This extension will help you build a route in Google Maps by highlighting the required area with coordinates.
檔案大小 9.96 KB
安裝次數 119
目前版本 1.0.6
更新時間 2023-08-14
上架時間 2023-07-27
評分 5.00/5 共 4 次評分
開發者 sazdanbest
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
        }
    }
}