Coordinates Helper

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

Cos'è Coordinates Helper?

Coordinates Helper è un'estensione di Chrome sviluppata da sazdanbest, e la sua funzione principale è "This extension will help you build a route in Google Maps by highlighting the required area with coordinates.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Coordinates Helper

Scarica i file di estensione Coordinates Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Coordinates Helper Coordinates Helper
ID dbopijjkmjmdgafnjhoncebmmdjkbddh
URL Ufficiale https://chromewebstore.google.com/detail/coordinates-helper/dbopijjkmjmdgafnjhoncebmmdjkbddh
Descrizione This extension will help you build a route in Google Maps by highlighting the required area with coordinates.
Dimensione del File 9.96 KB
Conteggio Installazioni 119
Versione Corrente 1.0.6
Ultimo Aggiornamento 2023-08-14
Data di Pubblicazione 2023-07-27
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore sazdanbest
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    }
}