Map Switcher
Switch between different map services. Convert coordinates and directions and jump to the same location on another map.
Was ist Map Switcher?
Map Switcher ist eine Chrome-Erweiterung, die von david.r.edgar entwickelt wurde, und ihr Hauptmerkmal ist "Switch between different map services. Convert coordinates and directions and jump to the same location on another map.".
Erweiterungsscreenshots
Map Switcher-Erweiterungs-CRX-Datei herunterladen
Laden Sie Map Switcher-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Switch quickly between online map services. Open the MapSwitcher extension popup to show the available selection of maps. Click any of the links to open the selected map in a new tab. Where possible, MapSwitcher supports directions as well as plain maps. It converts coordinates, zoom levels and transport options as far as it can, according to availability in the selected map service. I've been prevented from continuing to list here the sites for which input and output is available. You can find a comprehensive list at https://github.com/david-r-edgar/MapSwitcher#mapping-services-supported Would you like to see a specific other service supported? Are there features missing that would be useful to you? Have you found a bug? Email [email protected] or log an issue at: https://github.com/david-r-edgar/MapSwitcher/issues
Grundlegende Informationen zur Erweiterung
Name | Map Switcher |
ID | fanpjcbgdinjeknjikpfnldfpnnpkelb |
Offizielle URL | https://chromewebstore.google.com/detail/map-switcher/fanpjcbgdinjeknjikpfnldfpnnpkelb |
Beschreibung | Switch between different map services. Convert coordinates and directions and jump to the same location on another map. |
Dateigröße | 151 KB |
Installationsanzahl | 5,000 |
Aktuelle Version | 0.4.6 |
Letztes Update | 2020-06-06 |
Veröffentlichungsdatum | 2020-06-05 |
Bewertung | 4.14/5 Insgesamt 21 Bewertungen |
Entwickler | david.r.edgar |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/david-r-edgar/MapSwitcher |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Map Switcher", "description": "Switch between different map services. Convert coordinates and directions and jump to the same location on another map.", "version": "0.4.6", "options_page": "html\/options.html", "browser_action": { "default_icon": { "19": "image\/mapswitcher19x19.png", "38": "image\/mapswitcher38x38.png" }, "default_popup": "html\/mapSwitcher.html", "default_title": "Map Switcher" }, "permissions": [ "activeTab", "storage", "downloads", "clipboardWrite" ], "icons": { "16": "image\/mapswitcher16x16.png", "32": "image\/mapswitcher32x32.png", "48": "image\/mapswitcher48x48.png", "128": "image\/mapswitcher128x128.png" } } |