GooglePanicImages

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

Vad är GooglePanicImages?

GooglePanicImages är en Chrome-tillägg utvecklad av Jan Riechers, och dess huvudfunktion är "Displays a 'view' link above images from Google image search".

Tilläggsskärmbilder

screenshot

Ladda ner GooglePanicImages-förlängningens CRX-fil

Ladda ner GooglePanicImages-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn GooglePanicImages GooglePanicImages
ID ofnokbendbpfgbomaepcomeciblhphip
Officiell webbadress https://chromewebstore.google.com/detail/googlepanicimages/ofnokbendbpfgbomaepcomeciblhphip
Beskrivning Displays a 'view' link above images from Google image search
Filstorlek 18.57 KB
Antal Installationer 1,003
Aktuell Version 2.1.21
Senast Uppdaterad 2023-12-07
Publiceringsdatum 2020-11-27
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Jan Riechers
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/jrie/googlePanicImage
Hjälpsida URL https://github.com/jrie/googlePanicImage
URL till Sekretesspolicy Sidan https://dwrox.net
Stödda Språk 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
        }
    ]
}