Map Overlays
Change satellite images in mapping websites.
Map Overlays là gì?
Map Overlays là một tiện ích mở rộng Chrome được phát triển bởi Ciprian Coman, và tính năng chính của nó là "Change satellite images in mapping websites.".
Ả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 Overlays
Tải xuống các tệp mở rộng Map Overlays 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
Provides an easy way to change the satellite images displayed in Google My Map and Waze Map Editor. There's several international maps available and some country specific (Romania, Poland, Check Republic). Supported sites: • waze.com/editor • google.com/mymaps There is a shortcut, default Alt+L, to switch between the default layer and selected layer. You can change the keybinding in the chrome settings chrome://extensions/shortcuts Do not use layers for editing the maps unless you comply with the terms of use specific to each layer provider.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Map Overlays |
ID | ggbadcghmcpofonkoeepddbabdkfbbia |
URL Chính Thức | https://chromewebstore.google.com/detail/map-overlays/ggbadcghmcpofonkoeepddbabdkfbbia |
Mô tả | Change satellite images in mapping websites. |
Kích Thước Tệp | 279 KB |
Số Lần Cài Đặt | 3,041 |
Phiên Bản Hiện Tại | 4.1.5 |
Cập Nhật Lần Cuối | 2023-06-12 |
Ngày Phát Hành | 2020-01-02 |
Đánh Giá | 4.56/5 Tổng số 55 Đánh Giá |
Nhà Phát Triển | Ciprian Coman |
[email protected] | |
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": "Map Overlays", "short_name": "Map Overlays", "version": "4.1.5", "manifest_version": 3, "description": "Change satellite images in mapping websites.", "icons": { "16": "images\/logo_16.png", "128": "images\/logo_128.png" }, "action": { "default_title": "Overlays", "default_icon": { "19": "images\/logo_19.png", "38": "images\/logo_38.png" }, "default_popup": "popup.html" }, "options_page": "options.html", "background": { "service_worker": "worker_main.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.google.com\/maps\/d*", "*:\/\/*.waze.com\/*editor*" ], "js": [ "libs\/jquery-3.6.1.min.js", "libs\/proj4.js", "libs\/ol.js", "scripts\/conversions.js", "scripts\/global.js", "scripts\/overlay.js" ] } ], "web_accessible_resources": [ { "matches": [ " |