GooglePanicImages

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

GooglePanicImages क्या है?

GooglePanicImages Jan Riechers द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays a 'view' link above images from Google image search"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GooglePanicImages एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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
        }
    ]
}