Maps URL Converter
Tool to convert URL between different maps tools as Google Maps, Bing Maps, OpenStreetMap, TripGo
Was ist Maps URL Converter?
Maps URL Converter ist eine Chrome-Erweiterung, die von https://lamphanviet.com entwickelt wurde, und ihr Hauptmerkmal ist "Tool to convert URL between different maps tools as Google Maps, Bing Maps, OpenStreetMap, TripGo".
Erweiterungsscreenshots
Maps URL Converter-Erweiterungs-CRX-Datei herunterladen
Laden Sie Maps URL Converter-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
                        Maps URL Converter
You're browsing Google Maps and want to access the same location on Bing Maps to compare their maps ?
You need only one click (actually two clicks) to do it by using this tool.
This will parsing your current URL and convert it to these URLs for: Google Maps, Bing Maps, OpenStreetMaps.
Warning: This only works if the current maps have lat/long/zoom on the URL and it changes dynamically when you move the maps.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | ehnoijojkgigcmlimlndncbdfcmmlgmi | 
| Offizielle URL | https://chromewebstore.google.com/detail/maps-url-converter/ehnoijojkgigcmlimlndncbdfcmmlgmi | 
| Beschreibung | Tool to convert URL between different maps tools as Google Maps, Bing Maps, OpenStreetMap, TripGo | 
| Dateigröße | 330 KB | 
| Installationsanzahl | 1,115 | 
| Aktuelle Version | 2.0 | 
| Letztes Update | 2014-03-27 | 
| Veröffentlichungsdatum | 2014-03-26 | 
| Bewertung | 4.50/5 Insgesamt 2 Bewertungen | 
| Entwickler | https://lamphanviet.com | 
| Zahlungsart | free | 
| Erweiterungswebsite | http://lamphanviet.com | 
| Unterstützte Sprachen | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Maps URL Converter",
    "version": "2.0",
    "manifest_version": 2,
    "description": "Tool to convert URL between different maps tools as Google Maps, Bing Maps, OpenStreetMap, TripGo",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'"
}  |  |