GooglePanicImages

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

什么是GooglePanicImages?

GooglePanicImages是由Jan Riechers开发的Chrome扩展程序,该扩展的主要功能是“Displays a 'view' link above images from Google image search”。

扩展截图

screenshot

下载GooglePanicImages扩展crx文件

下载GooglePanicImages扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 GooglePanicImages GooglePanicImages
ID ofnokbendbpfgbomaepcomeciblhphip
官方URL https://chromewebstore.google.com/detail/googlepanicimages/ofnokbendbpfgbomaepcomeciblhphip
简介 Displays a 'view' link above images from Google image search
文件大小 18.57 KB
安装次数 1,003
当前版本 2.1.21
更新时间 2023-12-07
上架时间 2020-11-27
评分 5.00/5 共2次评分
开发者 Jan Riechers
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/jrie/googlePanicImage
帮助页面URL https://github.com/jrie/googlePanicImage
隐私政策页面URL https://dwrox.net
支持的语言 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
        }
    ]
}