Mapswitch
This extension enables quick switching between different map providers.
What is Mapswitch?
Mapswitch is a Chrome extension developed by Unknown, and its main feature is "This extension enables quick switching between different map providers.".
Extension Screenshots
Download Mapswitch Extension CRX File
Download Mapswitch extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension enables quick switching between different map providers. Supported providers: * Google Maps * Yandex Maps * OpenStreetMap * Wikimapia
Extension Basic Information
Name | Mapswitch |
ID | ineobcbceekmckhjifhdmglkhgngnhmd |
Official URL | https://chromewebstore.google.com/detail/mapswitch/ineobcbceekmckhjifhdmglkhgngnhmd |
Description | This extension enables quick switching between different map providers. |
File Size | 206 KB |
Installation Count | 12 |
Current Version | 0.9 |
Last Updated | 2016-01-04 |
Publish Date | 2016-01-04 |
Rating | 3.67/5 Total 3 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mapswitch", "description": "This extension enables quick switching between different map providers.", "version": "0.9", "icons": { "128": "icon128.png" }, "author": "Evgeny Gerashchenko", "background": { "persisent": false, "scripts": [ "lib\/kotlin.js", "mapswitch.js", "background.js" ] }, "page_action": { "default_name": "Switch map", "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |