Coordinates Helper

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

Wat is Coordinates Helper?

Coordinates Helper is een Chrome-extensie ontwikkeld door sazdanbest, en de belangrijkste functie is "This extension will help you build a route in Google Maps by highlighting the required area with coordinates.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Coordinates Helper

Download Coordinates Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Coordinates Helper Coordinates Helper
ID dbopijjkmjmdgafnjhoncebmmdjkbddh
Officiële URL https://chromewebstore.google.com/detail/coordinates-helper/dbopijjkmjmdgafnjhoncebmmdjkbddh
Beschrijving This extension will help you build a route in Google Maps by highlighting the required area with coordinates.
Bestandsgrootte 9.96 KB
Aantal Installaties 119
Huidige Versie 1.0.6
Laatst Bijgewerkt 2023-08-14
Publicatiedatum 2023-07-27
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar sazdanbest
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    }
}