OpenSwitchMaps

Switch map services, and some useful links for OpenStreetMap contributors

Cos'è OpenSwitchMaps?

OpenSwitchMaps è un'estensione di Chrome sviluppata da muramototomoya, e la sua funzione principale è "Switch map services, and some useful links for OpenStreetMap contributors".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione OpenSwitchMaps

Scarica i file di estensione OpenSwitchMaps in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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などの品質保証ツールを開く機能もつけています。編集のお供にどうぞ。                    

Informazioni di Base sull'Estensione

Nome OpenSwitchMaps OpenSwitchMaps
ID cfkddjlocfecchnemnnmmpdjcohgmkij
URL Ufficiale https://chromewebstore.google.com/detail/openswitchmaps/cfkddjlocfecchnemnnmmpdjcohgmkij
Descrizione Switch map services, and some useful links for OpenStreetMap contributors
Dimensione del File 895 KB
Conteggio Installazioni 825
Versione Corrente 1.5.2
Ultimo Aggiornamento 2024-01-02
Data di Pubblicazione 2020-06-11
Valutazione 4.75/5 Totale 4 Valutazioni
Sviluppatore muramototomoya
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/tankaru/OpenSwitchMaps
Lingue Supportate 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"
        }
    }
}