Overland Maps

This extension will allow you to move between map sources

What is Overland Maps?

Overland Maps is a Chrome extension developed by Duncan Margetts, and its main feature is "This extension will allow you to move between map sources".

Extension Screenshots

screenshot

Download Overland Maps Extension CRX File

Download Overland Maps extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Overland Maps Overland Maps
ID ofnbmjidclgknpedakhcfbebofejfkbl
Official URL https://chromewebstore.google.com/detail/overland-maps/ofnbmjidclgknpedakhcfbebofejfkbl
Description This extension will allow you to move between map sources
File Size 23.38 KB
Installation Count 33
Current Version 1.0
Last Updated 2020-01-30
Publish Date 2020-01-30
Developer Duncan Margetts
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}