Fix Google Images

Edit: Not working anymore, may fix it if it's an easy fix. If I do I'll edit the description. Adds back the View Image button in…

Fix Google Images क्या है?

Fix Google Images Laharl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Edit: Not working anymore, may fix it if it's an easy fix. If I do I'll edit the description. Adds back the View Image button in…"।

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

screenshot

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

crx प्रारूप में Fix Google Images एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Edit: Not working anymore, may fix it if it's an easy fix.  If I do I'll edit the description.

Adds back the View Image button in Google Images, for images that have a direct link.  Some images will direct to the site, and some will say No link to image; in these cases, there's nothing to be done, as the link simply isn't in the results.

Apparently, Pinterest will try to download an image instead of displaying it, so I wouldn't bother clicking those.

Should now work on google.anything, not just .com                    

एक्सटेंशन की मूल जानकारी

नाम Fix Google Images Fix Google Images
ID inckfpcmmlodndfagjbeehhfbgodhicd
आधिकारिक URL https://chrome.google.com/webstore/detail/fix-google-images/inckfpcmmlodndfagjbeehhfbgodhicd
विवरण Edit: Not working anymore, may fix it if it's an easy fix. If I do I'll edit the description. Adds back the View Image button in…
फ़ाइल का आकार 4.19 KB
स्थापना संख्या 174
वर्तमान संस्करण 0.2
अंतिम अपडेट 2018-11-04
प्रकाशन तिथि 2018-11-04
रेटिंग 4.33/5 कुल 6 रेटिंग्स
डेवलपर Laharl
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fix Google Images",
    "version": "0.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/ajax.googleapis.com\/",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}