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".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Maps URL Converter

Скачайте файлы расширений Maps URL Converter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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 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'"
}