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
官方URL 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"
        }
    }
}