GooglePanicImages

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

Apa itu GooglePanicImages?

GooglePanicImages adalah ekstensi Chrome yang dikembangkan oleh Jan Riechers, dan fitur utamanya adalah "Displays a 'view' link above images from Google image search".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi GooglePanicImages

Unduh file ekstensi GooglePanicImages dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama GooglePanicImages GooglePanicImages
ID ofnokbendbpfgbomaepcomeciblhphip
URL Resmi https://chromewebstore.google.com/detail/googlepanicimages/ofnokbendbpfgbomaepcomeciblhphip
Deskripsi Displays a 'view' link above images from Google image search
Ukuran File 18.57 KB
Jumlah Instalasi 1,003
Versi Saat Ini 2.1.21
Terakhir Diperbarui 2023-12-07
Tanggal Publikasi 2020-11-27
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Jan Riechers
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/jrie/googlePanicImage
URL Halaman Bantuan https://github.com/jrie/googlePanicImage
URL Halaman Kebijakan Privasi https://dwrox.net
Bahasa yang Didukung 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
        }
    ]
}