Overland Maps

This extension will allow you to move between map sources

Wat is Overland Maps?

Overland Maps is een Chrome-extensie ontwikkeld door Duncan Margetts, en de belangrijkste functie is "This extension will allow you to move between map sources".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Overland Maps

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

Basisinformatie over de Extensie

Naam Overland Maps Overland Maps
ID ofnbmjidclgknpedakhcfbebofejfkbl
Officiële URL https://chromewebstore.google.com/detail/overland-maps/ofnbmjidclgknpedakhcfbebofejfkbl
Beschrijving This extension will allow you to move between map sources
Bestandsgrootte 23.38 KB
Aantal Installaties 33
Huidige Versie 1.0
Laatst Bijgewerkt 2020-01-30
Publicatiedatum 2020-01-30
Ontwikkelaar Duncan Margetts
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}