GooglePanicImages

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

Wat is GooglePanicImages?

GooglePanicImages is een Chrome-extensie ontwikkeld door Jan Riechers, en de belangrijkste functie is "Displays a 'view' link above images from Google image search".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GooglePanicImages

Download GooglePanicImages-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam GooglePanicImages GooglePanicImages
ID ofnokbendbpfgbomaepcomeciblhphip
Officiële URL https://chromewebstore.google.com/detail/googlepanicimages/ofnokbendbpfgbomaepcomeciblhphip
Beschrijving Displays a 'view' link above images from Google image search
Bestandsgrootte 18.57 KB
Aantal Installaties 1,003
Huidige Versie 2.1.21
Laatst Bijgewerkt 2023-12-07
Publicatiedatum 2020-11-27
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Jan Riechers
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/jrie/googlePanicImage
Help Pagina-URL https://github.com/jrie/googlePanicImage
URL van de Privacybeleid Pagina https://dwrox.net
Ondersteunde Talen 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
        }
    ]
}