OpenSwitchMaps

Switch map services, and some useful links for OpenStreetMap contributors

OpenSwitchMaps là gì?

OpenSwitchMaps là một tiện ích mở rộng Chrome được phát triển bởi muramototomoya, và tính năng chính của nó là "Switch map services, and some useful links for OpenStreetMap contributors".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng OpenSwitchMaps

Tải xuống các tệp mở rộng OpenSwitchMaps dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên OpenSwitchMaps OpenSwitchMaps
ID cfkddjlocfecchnemnnmmpdjcohgmkij
URL Chính Thức https://chromewebstore.google.com/detail/openswitchmaps/cfkddjlocfecchnemnnmmpdjcohgmkij
Mô tả Switch map services, and some useful links for OpenStreetMap contributors
Kích Thước Tệp 895 KB
Số Lần Cài Đặt 825
Phiên Bản Hiện Tại 1.5.2
Cập Nhật Lần Cuối 2024-01-02
Ngày Phát Hành 2020-06-11
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển muramototomoya
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/tankaru/OpenSwitchMaps
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}