Maps URL Converter
Tool to convert URL between different maps tools as Google Maps, Bing Maps, OpenStreetMap, TripGo
ما هو Maps URL Converter؟
Maps URL Converter هو إضافة Chrome تم تطويرها بواسطة https://lamphanviet.com، والميزة الرئيسية لها هي "Tool to convert URL between different maps tools as Google Maps, Bing Maps, OpenStreetMap, TripGo".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Maps URL Converter
قم بتنزيل ملفات الامتداد Maps URL Converter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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'" } |