Open in Google Maps

Real Estate plugin for Chrome. Users can open selected addresses in Google maps directly from the same page.

Что такое Open in Google Maps?

Open in Google Maps - это расширение Chrome, разработанное https://garbageoverflow.blogspot.com, и его основная функция - "Real Estate plugin for Chrome. Users can open selected addresses in Google maps directly from the same page.".

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

screenshot
screenshot

Скачать файл CRX расширения Open in Google Maps

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

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

                        This extension let you open addresses in Google Maps without having to go to google maps in a separate tab.
Helps a lot if you are looking at real estates websites and want to quickly lookup addresses.

How to use - 
1 - Install the plugin
2 - Highlight or select the address
3 - Click on the red map pin in the right top corner                    

Основная информация о расширении

Название Open in Google Maps Open in Google Maps
ID cinncpjcejdnoafflljjmgibkkgkigag
Официальный URL https://chromewebstore.google.com/detail/open-in-google-maps/cinncpjcejdnoafflljjmgibkkgkigag
Описание Real Estate plugin for Chrome. Users can open selected addresses in Google maps directly from the same page.
Размер файла 7.19 KB
Количество установок 28,569
Текущая Версия 1.2
Последнее Обновление 2015-02-18
Дата публикации 2015-02-18
Рейтинг 4.45/5 Всего 42 оценок
Разработчик https://garbageoverflow.blogspot.com
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open in Google Maps",
    "description": "Real Estate plugin for Chrome. Users can open selected addresses in Google maps directly from the same page.",
    "version": "1.2",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}