Coordinates Helper

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

Co to jest Coordinates Helper?

Coordinates Helper to rozszerzenie Chrome opracowane przez sazdanbest, a jego główną funkcją jest „This extension will help you build a route in Google Maps by highlighting the required area with coordinates.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Coordinates Helper

Pobierz pliki rozszerzeń Coordinates Helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Coordinates Helper Coordinates Helper
ID dbopijjkmjmdgafnjhoncebmmdjkbddh
Oficjalny URL https://chromewebstore.google.com/detail/coordinates-helper/dbopijjkmjmdgafnjhoncebmmdjkbddh
Opis This extension will help you build a route in Google Maps by highlighting the required area with coordinates.
Rozmiar pliku 9.96 KB
Liczba instalacji 119
Aktualna Wersja 1.0.6
Ostatnia Aktualizacja 2023-08-14
Data Publikacji 2023-07-27
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper sazdanbest
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
        }
    }
}