Maps URL Converter
Tool to convert URL between different maps tools as Google Maps, Bing Maps, OpenStreetMap, TripGo
Cos'è Maps URL Converter?
Maps URL Converter è un'estensione di Chrome sviluppata da https://lamphanviet.com, e la sua funzione principale è "Tool to convert URL between different maps tools as Google Maps, Bing Maps, OpenStreetMap, TripGo".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Maps URL Converter
Scarica i file di estensione Maps URL Converter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Maps URL Converter |
ID | ehnoijojkgigcmlimlndncbdfcmmlgmi |
URL Ufficiale | https://chromewebstore.google.com/detail/maps-url-converter/ehnoijojkgigcmlimlndncbdfcmmlgmi |
Descrizione | Tool to convert URL between different maps tools as Google Maps, Bing Maps, OpenStreetMap, TripGo |
Dimensione del File | 330 KB |
Conteggio Installazioni | 1,115 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2014-03-27 |
Data di Pubblicazione | 2014-03-26 |
Valutazione | 4.50/5 Totale 2 Valutazioni |
Sviluppatore | https://lamphanviet.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://lamphanviet.com |
Lingue Supportate | 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'" } |