Maps URL Converter
Tool to convert URL between different maps tools as Google Maps, Bing Maps, OpenStreetMap, TripGo
Qu'est-ce que Maps URL Converter ?
Maps URL Converter est une extension Chrome développée par https://lamphanviet.com, et sa fonction principale est "Tool to convert URL between different maps tools as Google Maps, Bing Maps, OpenStreetMap, TripGo".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Maps URL Converter
Téléchargez les fichiers d'extension Maps URL Converter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Maps URL Converter |
ID | ehnoijojkgigcmlimlndncbdfcmmlgmi |
URL Officiel | https://chromewebstore.google.com/detail/maps-url-converter/ehnoijojkgigcmlimlndncbdfcmmlgmi |
Description | Tool to convert URL between different maps tools as Google Maps, Bing Maps, OpenStreetMap, TripGo |
Taille du Fichier | 330 KB |
Nombre d'Installations | 1,115 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2014-03-27 |
Date de Publication | 2014-03-26 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | https://lamphanviet.com |
Type de Paiement | free |
Site Web de l'Extension | http://lamphanviet.com |
Langues Prises en Charge | 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'" } |