Maps URL Converter
Tool to convert URL between different maps tools as Google Maps, Bing Maps, OpenStreetMap, TripGo
What is Maps URL Converter?
Maps URL Converter is a Chrome extension developed by https://lamphanviet.com, and its main feature is "Tool to convert URL between different maps tools as Google Maps, Bing Maps, OpenStreetMap, TripGo".
Extension Screenshots
Download Maps URL Converter Extension CRX File
Download Maps URL Converter 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
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.
Extension Basic Information
Name | Maps URL Converter |
ID | ehnoijojkgigcmlimlndncbdfcmmlgmi |
Official URL | 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 |
File Size | 330 KB |
Installation Count | 1,115 |
Current Version | 2.0 |
Last Updated | 2014-03-27 |
Publish Date | 2014-03-26 |
Rating | 4.50/5 Total 2 Ratings |
Developer | https://lamphanviet.com |
Payment Type | free |
Extension Website | http://lamphanviet.com |
Supported Languages | 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'" } |