GooglePanicImages

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

GooglePanicImagesคืออะไร?

GooglePanicImages เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jan Riechers และคุณลักษณะหลักของมันคือ "Displays a 'view' link above images from Google image search"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GooglePanicImages

ดาวน์โหลดไฟล์ส่วนขยาย 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
        }
    ]
}