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
Eメール [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
        }
    ]
}