Google Maps select and search

Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks.

Что такое Google Maps select and search?

Google Maps select and search - это расширение Chrome, разработанное laurentt96, и его основная функция - "Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks.".

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

screenshot

Скачать файл CRX расширения Google Maps select and search

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

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

                        This extension will add a button when you select and right click on an address. This button will open Google Maps to the address you selected. 
No need to copy/paste and waste time.                    

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

Название Google Maps select and search Google Maps select and search
ID iobjmgojenedagiebkecldbpgimlchje
Официальный URL https://chromewebstore.google.com/detail/google-maps-select-and-se/iobjmgojenedagiebkecldbpgimlchje
Описание Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks.
Размер файла 603 KB
Количество установок 32,900
Текущая Версия 2.0
Последнее Обновление 2023-08-31
Дата публикации 2019-11-03
Рейтинг 4.03/5 Всего 67 оценок
Разработчик laurentt96
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Maps select and search",
    "version": "2.0",
    "manifest_version": 3,
    "description": "Select an address, right click and search it on Google Maps directly. Directly find an address found on a website with 2 clicks.",
    "permissions": [
        "contextMenus"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "background": {
        "service_worker": "script.js"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}