Overland Maps

This extension will allow you to move between map sources

Co to jest Overland Maps?

Overland Maps to rozszerzenie Chrome opracowane przez Duncan Margetts, a jego główną funkcją jest „This extension will allow you to move between map sources”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Overland Maps

Pobierz pliki rozszerzeń Overland Maps 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 allows you to jump from ExplorOz Topo, Google Maps, Hema Cloud or Open Streetmap to the same location and zoom level in another map.                    

Podstawowe informacje o rozszerzeniu

Nazwa Overland Maps Overland Maps
ID ofnbmjidclgknpedakhcfbebofejfkbl
Oficjalny URL https://chromewebstore.google.com/detail/overland-maps/ofnbmjidclgknpedakhcfbebofejfkbl
Opis This extension will allow you to move between map sources
Rozmiar pliku 23.38 KB
Liczba instalacji 33
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2020-01-30
Data Publikacji 2020-01-30
Deweloper Duncan Margetts
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Overland Maps",
    "description": "This extension will allow you to move between map sources",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}