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
Eメール [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"
        }
    }
}