Coordinates Helper

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

Co je Coordinates Helper?

Coordinates Helper je rozšíření Chrome vyvinuté sazdanbest, a jeho hlavní funkcí je „This extension will help you build a route in Google Maps by highlighting the required area with coordinates.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Coordinates Helper

Stáhněte si soubory rozšíření Coordinates Helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Coordinates Helper Coordinates Helper
ID dbopijjkmjmdgafnjhoncebmmdjkbddh
Oficiální URL https://chromewebstore.google.com/detail/coordinates-helper/dbopijjkmjmdgafnjhoncebmmdjkbddh
Popis This extension will help you build a route in Google Maps by highlighting the required area with coordinates.
Velikost souboru 9.96 KB
Počet instalací 119
Aktuální Verze 1.0.6
Poslední Aktualizace 2023-08-14
Datum Vydání 2023-07-27
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář sazdanbest
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
        }
    }
}