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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://github.com/jrie/googlePanicImage
عنوان صفحة سياسة الخصوصية 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
        }
    ]
}