Map Overlays
Change satellite images in mapping websites.
Map Overlays란 무엇입니까?
Map Overlays은(는) Ciprian Coman에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change satellite images in mapping websites."입니다.
확장 프로그램 스크린샷
Map Overlays 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [ " |