OpenSwitchMaps

Switch map services, and some useful links for OpenStreetMap contributors

O que é OpenSwitchMaps?

OpenSwitchMaps é uma extensão do Chrome desenvolvida por muramototomoya, e sua principal característica é "Switch map services, and some useful links for OpenStreetMap contributors".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão OpenSwitchMaps

Baixe arquivos de extensão OpenSwitchMaps 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

                        Switch map services, like Google map, OpenStreetMap, Mapillary and so on.
Also you can jump to several OpenStreetMap QA tools.

How to use
- Open Google maps, for example
- Click OpenSwitchMaps icon
- Select OpenStreetMap, for example
- You can open OpenStreetMap at the same position with Google maps
- Left click: Open in the same tab. Middle click: Open in a new tab.

 Settings
Show/hide maps:
- Right click the earth icon,
- Select "Options"
- Check/uncheck each map to show/hide it.

This app is greatly contributed by jazzzz. Thanks!


Icon:ICOOON MONO (http://icooon-mono.com/)
Screenshot:OpenStreetMap ((c)OpenStreetMap Contributors)

--Japanese--
Googleマップ, OpenStreetMap, Mapillaryなどの地図サイトから別の地図サイトにジャンプすることができます。
OpenStreetMapを編集している方向けに、Osmoseなどの品質保証ツールを開く機能もつけています。編集のお供にどうぞ。                    

Informações Básicas da Extensão

Nome OpenSwitchMaps OpenSwitchMaps
ID cfkddjlocfecchnemnnmmpdjcohgmkij
URL Oficial https://chromewebstore.google.com/detail/openswitchmaps/cfkddjlocfecchnemnnmmpdjcohgmkij
Descrição Switch map services, and some useful links for OpenStreetMap contributors
Tamanho do Arquivo 895 KB
Contagem de Instalações 825
Versão Atual 1.5.2
Última Atualização 2024-01-02
Data de Publicação 2020-06-11
Classificação 4.75/5 Total de 4 Avaliações
Desenvolvedor muramototomoya
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/tankaru/OpenSwitchMaps
Idiomas Suportados ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OpenSwitchMaps",
    "version": "1.5.2",
    "description": "Switch map services, and some useful links for OpenStreetMap contributors",
    "homepage_url": "https:\/\/github.com\/tankaru\/OpenSwitchMap",
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icon128.png"
        }
    },
    "icons": {
        "128": "icon128.png"
    },
    "options_ui": {
        "page": "options.html"
    },
    "manifest_version": 2,
    "browser_specific_settings": {
        "gecko": {
            "id": "OpenSwitchMap@tankaru",
            "strict_min_version": "54.0"
        }
    }
}