GooglePanicImages

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

What is GooglePanicImages?

GooglePanicImages is a Chrome extension developed by Jan Riechers, and its main feature is "Displays a 'view' link above images from Google image search".

Extension Screenshots

screenshot

Download GooglePanicImages Extension CRX File

Download GooglePanicImages extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name GooglePanicImages GooglePanicImages
ID ofnokbendbpfgbomaepcomeciblhphip
Official URL https://chromewebstore.google.com/detail/googlepanicimages/ofnokbendbpfgbomaepcomeciblhphip
Description Displays a 'view' link above images from Google image search
File Size 18.57 KB
Installation Count 1,003
Current Version 2.1.21
Last Updated 2023-12-07
Publish Date 2020-11-27
Rating 5.00/5 Total 2 Ratings
Developer Jan Riechers
Email [email protected]
Payment Type free
Extension Website https://github.com/jrie/googlePanicImage
Help Page URL https://github.com/jrie/googlePanicImage
Privacy Policy Page URL https://dwrox.net
Supported Languages 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
        }
    ]
}