Overland Maps

This extension will allow you to move between map sources

O que é Overland Maps?

Overland Maps é uma extensão do Chrome desenvolvida por Duncan Margetts, e sua principal característica é "This extension will allow you to move between map sources".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Overland Maps

Baixe arquivos de extensão Overland Maps no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Overland Maps Overland Maps
ID ofnbmjidclgknpedakhcfbebofejfkbl
URL Oficial https://chromewebstore.google.com/detail/overland-maps/ofnbmjidclgknpedakhcfbebofejfkbl
Descrição This extension will allow you to move between map sources
Tamanho do Arquivo 23.38 KB
Contagem de Instalações 33
Versão Atual 1.0
Última Atualização 2020-01-30
Data de Publicação 2020-01-30
Desenvolvedor Duncan Margetts
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}