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
官方網址 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
        }
    ]
}