Search Google Image

Search Google Image for the selected text

Что такое Search Google Image?

Search Google Image - это расширение Chrome, разработанное Quy Nguyen, и его основная функция - "Search Google Image for the selected text".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Search Google Image

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

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

                        Search Google Image for the selected text. When you are learning, photos and images are the best way to put things into your memory. Looking up for the related images increases chance of remembering new terms in long term.                    

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

Название Search Google Image Search Google Image
ID kklenaehmadokmlmbehblimejakphfae
Официальный URL https://chrome.google.com/webstore/detail/search-google-image/kklenaehmadokmlmbehblimejakphfae
Описание Search Google Image for the selected text
Размер файла 111 KB
Количество установок 1,678
Текущая Версия 1.1
Последнее Обновление 2018-01-01
Дата публикации 2018-01-01
Рейтинг 4.20/5 Всего 5 оценок
Разработчик Quy Nguyen
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search Google Image",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Search Google Image for the selected text",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "google_image.js"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "author": [
        {
            "name": "Quy Nguyen",
            "email": "[email protected]"
        }
    ]
}