GooglePanicImages

Displays a 'view' link above images from Google image search

Что такое GooglePanicImages?

GooglePanicImages - это расширение Chrome, разработанное Jan Riechers, и его основная функция - "Displays a 'view' link above images from Google image search".

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

screenshot

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

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

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

                        Displays a 'View' link, when hovering the mouse over an image at Google Image Search, to directly view images in a new tab. This works for nearly all images which do provide a direct link. This works below < 100 images, beyond with additional click.

Also the big preview image can be opened directly by clicking once on the big preview. Please give the addon a second to analyze the image correctly once it is loaded completely from Google.                    

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

Название GooglePanicImages GooglePanicImages
ID ofnokbendbpfgbomaepcomeciblhphip
Официальный URL https://chromewebstore.google.com/detail/googlepanicimages/ofnokbendbpfgbomaepcomeciblhphip
Описание Displays a 'view' link above images from Google image search
Размер файла 18.57 KB
Количество установок 1,003
Текущая Версия 2.1.21
Последнее Обновление 2023-12-07
Дата публикации 2020-11-27
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Jan Riechers
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/jrie/googlePanicImage
URL страницы помощи https://github.com/jrie/googlePanicImage
URL страницы политики конфиденциальности https://dwrox.net
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Displays a 'view' link above images from Google image search",
    "homepage_url": "https:\/\/github.com\/jrie\/googlePanicImage",
    "manifest_version": 3,
    "name": "GooglePanicImages",
    "version": "2.1.21",
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/search*"
            ],
            "include_globs": [
                "*.google.*"
            ],
            "js": [
                "gpi.js"
            ],
            "all_frames": true
        }
    ]
}