Map Overlays
Change satellite images in mapping websites.
什么是Map Overlays?
Map Overlays是由Ciprian Coman开发的Chrome扩展程序,该扩展的主要功能是“Change satellite images in mapping websites.”。
扩展截图
下载Map Overlays扩展crx文件
下载Map Overlays扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Map Overlays |
ID | ggbadcghmcpofonkoeepddbabdkfbbia |
官方URL | https://chromewebstore.google.com/detail/map-overlays/ggbadcghmcpofonkoeepddbabdkfbbia |
简介 | Change satellite images in mapping websites. |
文件大小 | 279 KB |
安装次数 | 3,041 |
当前版本 | 4.1.5 |
更新时间 | 2023-06-12 |
上架时间 | 2020-01-02 |
评分 | 4.56/5 共55次评分 |
开发者 | Ciprian Coman |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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": [ " |