Fast Image Research

Right click any image to instantly get reverse image search results from Google, TinEye, Yandex, Bing, or a combination.

Что такое Fast Image Research?

Fast Image Research - это расширение Chrome, разработанное https://usacyborg.com, и его основная функция - "Right click any image to instantly get reverse image search results from Google, TinEye, Yandex, Bing, or a combination.".

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

screenshot
screenshot

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

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

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

                        Heavy reverse image search user? This extension adds a simple "Research Image" option to the right-click context menu of Web images. Researching an image will automatically retrieve reverse image search results from your choice of Google, TinEye, Yandex, Bing, or a combination. 

Results are loaded into new tabs. You can use the data to find out who is using your own images, or help narrow down the subject matter of an image you found.

NOTE: Google does email me user feedback.
Any questions, feature requests or bugs? Contact support using the website link.                    

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

Название Fast Image Research Fast Image Research
ID epelbghekfokpolcmhhabjgehmplhjgp
Официальный URL https://chromewebstore.google.com/detail/fast-image-research/epelbghekfokpolcmhhabjgehmplhjgp
Описание Right click any image to instantly get reverse image search results from Google, TinEye, Yandex, Bing, or a combination.
Размер файла 202 KB
Количество установок 9,440
Текущая Версия 1.502
Последнее Обновление 2022-11-21
Дата публикации 2017-07-30
Рейтинг 4.47/5 Всего 36 оценок
Разработчик https://usacyborg.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://usacyborg.com/FastImageResearch
URL страницы помощи http://usacyborg.com/FastImageResearch
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fast Image Research",
    "description": "Right click any image to instantly get reverse image search results from Google, TinEye, Yandex, Bing, or a combination.",
    "version": "1.502",
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ],
    "optional_permissions": [
        "tabs",
        "scripting"
    ],
    "optional_host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "js\/ServiceWorker.js",
        "type": "module"
    },
    "options_page": "html\/options.html",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "homepage_url": "http:\/\/usacyborg.com\/FastImageResearch",
    "offline_enabled": true,
    "manifest_version": 3
}