MapJumper Plus
Jump to same location on a different map service (eg. from Google maps to OpenStreetMap and back). Works with many map services!
MapJumper Plus là gì?
MapJumper Plus là một tiện ích mở rộng Chrome được phát triển bởi Tomas Kafka, và tính năng chính của nó là "Jump to same location on a different map service (eg. from Google maps to OpenStreetMap and back). Works with many map services!".
Ả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 MapJumper Plus
Tải xuống các tệp mở rộng MapJumper Plus 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
Do you want to check out same place on a different map service? Click an icon in your address bar and jump there! Supports many worldwide map providers (Google maps, OpenStreetMap, Bing maps, Yandex maps, 2gis, wikimapia, mapy.cz) and both standard and satellite view.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mdhfopoodheacfapdohpmjndgnfmdecj |
URL Chính Thức | https://chrome.google.com/webstore/detail/mapjumper-plus/mdhfopoodheacfapdohpmjndgnfmdecj |
Mô tả | Jump to same location on a different map service (eg. from Google maps to OpenStreetMap and back). Works with many map services! |
Kích Thước Tệp | 32.04 KB |
Số Lần Cài Đặt | 40 |
Phiên Bản Hiện Tại | 0.6.2 |
Cập Nhật Lần Cuối | 2017-04-18 |
Ngày Phát Hành | 2017-04-18 |
Đánh Giá | 3.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Tomas Kafka |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MapJumper Plus", "version": "0.6.2", "description": "Jump to same location on a different map service (eg. from Google maps to OpenStreetMap and back). Works with many map services!", "icons": { "512": "material512.png", "128": "material128.png", "64": "material64.png", "32": "material32.png", "24": "material24.png", "16": "material16.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/foursquare.com\/*", "*:\/\/www.google.com\/maps\/*", "*:\/\/www.google.co.uk\/maps\/*", "*:\/\/www.google.ru\/maps\/*", "*:\/\/www.google.com.ua\/maps\/*", "*:\/\/www.google.cz\/maps\/*", "*:\/\/maps.google.com\/*", "*:\/\/maps.google.ru\/*", "*:\/\/maps.google.com.ua\/*", "*:\/\/maps.google.co.uk\/*", "http:\/\/openstreetmap.org\/*", "http:\/\/www.openstreetmap.org\/*", "*:\/\/www.bing.com\/maps\/*", "http:\/\/wikimapia.org\/*", "*:\/\/maps.yandex.ru\/*", "*:\/\/maps.yandex.ua\/*", "*:\/\/maps.yandex.com\/*", "*:\/\/harita.yandex.com\/*", "*:\/\/2gis.ua\/*", "*:\/\/2gis.ru\/*", "*:\/\/2gis.com\/*", "*:\/\/2gis.com.cy\/*", "*:\/\/mapy.cz\/*" ], "js": [ "mapProviders.js", "mapjumper_content_script.js" ] } ], "permissions": [ "tabs" ], "page_action": { "default_name": "Jump to other Maps!", "default_icon": "material64.png", "default_popup": "popup.html" }, "manifest_version": 2, "content_security_policy": "default-src 'none'; style-src 'self'; script-src 'self';" } |