Overland Maps

This extension will allow you to move between map sources

Vad är Overland Maps?

Overland Maps är en Chrome-tillägg utvecklad av Duncan Margetts, och dess huvudfunktion är "This extension will allow you to move between map sources".

Tilläggsskärmbilder

screenshot

Ladda ner Overland Maps-förlängningens CRX-fil

Ladda ner Overland Maps-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Overland Maps Overland Maps
ID ofnbmjidclgknpedakhcfbebofejfkbl
Officiell webbadress https://chromewebstore.google.com/detail/overland-maps/ofnbmjidclgknpedakhcfbebofejfkbl
Beskrivning This extension will allow you to move between map sources
Filstorlek 23.38 KB
Antal Installationer 33
Aktuell Version 1.0
Senast Uppdaterad 2020-01-30
Publiceringsdatum 2020-01-30
Utvecklare Duncan Margetts
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}