GooglePanicImages

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

Co to jest GooglePanicImages?

GooglePanicImages to rozszerzenie Chrome opracowane przez Jan Riechers, a jego główną funkcją jest „Displays a 'view' link above images from Google image search”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia GooglePanicImages

Pobierz pliki rozszerzeń GooglePanicImages w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa GooglePanicImages GooglePanicImages
ID ofnokbendbpfgbomaepcomeciblhphip
Oficjalny URL https://chromewebstore.google.com/detail/googlepanicimages/ofnokbendbpfgbomaepcomeciblhphip
Opis Displays a 'view' link above images from Google image search
Rozmiar pliku 18.57 KB
Liczba instalacji 1,003
Aktualna Wersja 2.1.21
Ostatnia Aktualizacja 2023-12-07
Data Publikacji 2020-11-27
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Jan Riechers
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/jrie/googlePanicImage
Adres URL Strony Pomocy https://github.com/jrie/googlePanicImage
Adres URL Strony Polityki Prywatności https://dwrox.net
Obsługiwane Języki 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
        }
    ]
}