Maps URL Converter
Tool to convert URL between different maps tools as Google Maps, Bing Maps, OpenStreetMap, TripGo
Maps URL Converter क्या है?
Maps URL Converter https://lamphanviet.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tool to convert URL between different maps tools as Google Maps, Bing Maps, OpenStreetMap, TripGo"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Maps URL Converter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Maps URL Converter |
ID | ehnoijojkgigcmlimlndncbdfcmmlgmi |
आधिकारिक URL | https://chromewebstore.google.com/detail/maps-url-converter/ehnoijojkgigcmlimlndncbdfcmmlgmi |
विवरण | Tool to convert URL between different maps tools as Google Maps, Bing Maps, OpenStreetMap, TripGo |
फ़ाइल का आकार | 330 KB |
स्थापना संख्या | 1,115 |
वर्तमान संस्करण | 2.0 |
अंतिम अपडेट | 2014-03-27 |
प्रकाशन तिथि | 2014-03-26 |
रेटिंग | 4.50/5 कुल 2 रेटिंग्स |
डेवलपर | https://lamphanviet.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://lamphanviet.com |
समर्थित भाषाएँ | 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'" } |