Map Switcher
Switch between different map services. Convert coordinates and directions and jump to the same location on another map.
Map Switcher là gì?
Map Switcher là một tiện ích mở rộng Chrome được phát triển bởi david.r.edgar, và tính năng chính của nó là "Switch between different map services. Convert coordinates and directions and jump to the same location on another map.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Map Switcher
Tải xuống các tệp mở rộng Map Switcher 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 quickly between online map services. Open the MapSwitcher extension popup to show the available selection of maps. Click any of the links to open the selected map in a new tab. Where possible, MapSwitcher supports directions as well as plain maps. It converts coordinates, zoom levels and transport options as far as it can, according to availability in the selected map service. I've been prevented from continuing to list here the sites for which input and output is available. You can find a comprehensive list at https://github.com/david-r-edgar/MapSwitcher#mapping-services-supported Would you like to see a specific other service supported? Are there features missing that would be useful to you? Have you found a bug? Email [email protected] or log an issue at: https://github.com/david-r-edgar/MapSwitcher/issues
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Map Switcher |
ID | fanpjcbgdinjeknjikpfnldfpnnpkelb |
URL Chính Thức | https://chromewebstore.google.com/detail/map-switcher/fanpjcbgdinjeknjikpfnldfpnnpkelb |
Mô tả | Switch between different map services. Convert coordinates and directions and jump to the same location on another map. |
Kích Thước Tệp | 151 KB |
Số Lần Cài Đặt | 5,000 |
Phiên Bản Hiện Tại | 0.4.6 |
Cập Nhật Lần Cuối | 2020-06-06 |
Ngày Phát Hành | 2020-06-05 |
Đánh Giá | 4.14/5 Tổng số 21 Đánh Giá |
Nhà Phát Triển | david.r.edgar |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/david-r-edgar/MapSwitcher |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Map Switcher", "description": "Switch between different map services. Convert coordinates and directions and jump to the same location on another map.", "version": "0.4.6", "options_page": "html\/options.html", "browser_action": { "default_icon": { "19": "image\/mapswitcher19x19.png", "38": "image\/mapswitcher38x38.png" }, "default_popup": "html\/mapSwitcher.html", "default_title": "Map Switcher" }, "permissions": [ "activeTab", "storage", "downloads", "clipboardWrite" ], "icons": { "16": "image\/mapswitcher16x16.png", "32": "image\/mapswitcher32x32.png", "48": "image\/mapswitcher48x48.png", "128": "image\/mapswitcher128x128.png" } } |