Map Overlays
Change satellite images in mapping websites.
Map Overlays क्या है?
Map Overlays Ciprian Coman द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change satellite images in mapping websites."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Map Overlays एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [ " |