Coordinates Helper

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

Hvad er Coordinates Helper?

Coordinates Helper er en Chrome-udvidelse udviklet af sazdanbest, og dens hovedfunktion er "This extension will help you build a route in Google Maps by highlighting the required area with coordinates.".

Udvidelsesskærmbilleder

screenshot

Download Coordinates Helper-udvidelses-CRX-fil

Download Coordinates Helper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Coordinates Helper Coordinates Helper
ID dbopijjkmjmdgafnjhoncebmmdjkbddh
Officiel URL https://chromewebstore.google.com/detail/coordinates-helper/dbopijjkmjmdgafnjhoncebmmdjkbddh
Beskrivelse This extension will help you build a route in Google Maps by highlighting the required area with coordinates.
Filstørrelse 9.96 KB
Antal Installationer 119
Nuværende Version 1.0.6
Senest Opdateret 2023-08-14
Udgivelsesdato 2023-07-27
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler sazdanbest
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        }
    }
}