🔍 View Image

View original the original image instead of the website when you click on an image in search results.

🔍 View Image क्या है?

🔍 View Image Koen Hendriks द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View original the original image instead of the website when you click on an image in search results."।

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

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

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

                        A certain big search engine which also does image searches, has removed there functionality to view the original image from the results recently. 

Normally, if you click on an image from the results the website from which the images originates will open. This extension changes that by making sure the original images opens directly in a new tab.

This is a quick release so it may contain bugs. Please report any bugs you may find.                    

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

नाम 🔍 View Image 🔍 View Image
ID aliekanhmmaldmiakdpanpileihbihfd
आधिकारिक URL https://chrome.google.com/webstore/detail/%F0%9F%94%8D-view-image/aliekanhmmaldmiakdpanpileihbihfd
विवरण View original the original image instead of the website when you click on an image in search results.
फ़ाइल का आकार 87.21 KB
स्थापना संख्या 215
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2018-02-16
प्रकाशन तिथि 2018-02-16
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर Koen Hendriks
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://viewimage.koenendaan.nl
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\ud83d\udd0d View Image",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "View original the original image instead of the website when you click on an image in search results.",
    "homepage_url": "https:\/\/viewimage.koenendaan.nl",
    "icons": {
        "16": "logo\/zoom_logo_16.png",
        "48": "logo\/zoom_logo_48.png",
        "128": "logo\/zoom_logo_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "logo\/zoom_logo_16.png",
            "24": "logo\/zoom_logo_24.png",
            "32": "logo\/zoom_logo_32.png"
        },
        "default_title": "View Image",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "script.js"
            ]
        }
    ]
}