Reverse Image Search

Search similar images in the WEB from context menu

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

Reverse Image Search - это расширение Chrome, разработанное Romkaq, и его основная функция - "Search similar images in the WEB from context menu".

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

screenshot

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

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

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

                        Reverse Image Search.

You can find out who stole your pictures.

Find similar images in most popular search engines right from context menu!

Image search extension allows you to search in almost all search engines by image. Right-click on an image and discover where else it has been used to find it's origin.                    

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

Название Reverse Image Search Reverse Image Search
ID jlneaphkafobihifgfmmhehomoifjijm
Официальный URL https://chromewebstore.google.com/detail/reverse-image-search/jlneaphkafobihifgfmmhehomoifjijm
Описание Search similar images in the WEB from context menu
Размер файла 31.03 KB
Количество установок 661
Текущая Версия 1.2
Последнее Обновление 2022-05-03
Дата публикации 2021-05-29
Рейтинг 3.40/5 Всего 5 оценок
Разработчик Romkaq
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://rq-dev.github.io/chrome-extensions-privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reverse Image Search",
    "description": "Search similar images in the WEB from context menu",
    "version": "1.2",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "search.js"
        ]
    },
    "icons": {
        "128": "icon128.png"
    }
}