OpenSwitchMaps

Switch map services, and some useful links for OpenStreetMap contributors

什麼是OpenSwitchMaps?

OpenSwitchMaps是由muramototomoya開發的Chrome擴展程式,該擴展的主要功能是“Switch map services, and some useful links for OpenStreetMap contributors”。

擴展截圖

screenshot
screenshot

下載OpenSwitchMaps擴展crx文件

下載OpenSwitchMaps擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 OpenSwitchMaps OpenSwitchMaps
ID cfkddjlocfecchnemnnmmpdjcohgmkij
官方網址 https://chromewebstore.google.com/detail/openswitchmaps/cfkddjlocfecchnemnnmmpdjcohgmkij
簡介 Switch map services, and some useful links for OpenStreetMap contributors
檔案大小 895 KB
安裝次數 825
目前版本 1.5.2
更新時間 2024-01-02
上架時間 2020-06-11
評分 4.75/5 共 4 次評分
開發者 muramototomoya
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/tankaru/OpenSwitchMaps
支援的語言 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"
        }
    }
}