GooglePanicImages

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

Cos'è GooglePanicImages?

GooglePanicImages è un'estensione di Chrome sviluppata da Jan Riechers, e la sua funzione principale è "Displays a 'view' link above images from Google image search".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione GooglePanicImages

Scarica i file di estensione GooglePanicImages in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome GooglePanicImages GooglePanicImages
ID ofnokbendbpfgbomaepcomeciblhphip
URL Ufficiale https://chromewebstore.google.com/detail/googlepanicimages/ofnokbendbpfgbomaepcomeciblhphip
Descrizione Displays a 'view' link above images from Google image search
Dimensione del File 18.57 KB
Conteggio Installazioni 1,003
Versione Corrente 2.1.21
Ultimo Aggiornamento 2023-12-07
Data di Pubblicazione 2020-11-27
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Jan Riechers
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/jrie/googlePanicImage
URL della Pagina di Aiuto https://github.com/jrie/googlePanicImage
URL della Pagina della Politica sulla Privacy https://dwrox.net
Lingue Supportate 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
        }
    ]
}