1 Click Image Downloader

Shift + Right Click to download any image. Support downloading original images from Google Image Search and Bing.

1 Click Image Downloader क्या है?

1 Click Image Downloader Tien Nguyen Hoanh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shift + Right Click to download any image. Support downloading original images from Google Image Search and Bing."।

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

screenshot

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

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

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

                        1 Click Image Downloader

SHIFT + RIGHT CLICK (hold SHIFT and click on RIGHT CLICK) on the image you want to download. Please do not confuse RIGHT CLICK with LEFT CLICK.

Will not download background images.

All images will be converted to JPEG format.

Hint: To specify where you want to save image, go to chrome://settings/, choose "Show advanced settings", then choose your download location under "Downloads" section.

If you get annoyed because of the prompt asking where to save image, untick "Ask where to save each file before downloading" also under the "Downloads" section.                    

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

नाम 1 Click Image Downloader 1 Click Image Downloader
ID jeglddgldjfpimpabgoobkfdhodiolhh
आधिकारिक URL https://chrome.google.com/webstore/detail/1-click-image-downloader/jeglddgldjfpimpabgoobkfdhodiolhh
विवरण Shift + Right Click to download any image. Support downloading original images from Google Image Search and Bing.
फ़ाइल का आकार 134 KB
स्थापना संख्या 6,000
वर्तमान संस्करण 0.1
अंतिम अपडेट 2017-08-04
प्रकाशन तिथि 2017-08-04
रेटिंग 2.76/5 कुल 34 रेटिंग्स
डेवलपर Tien Nguyen Hoanh
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "1 Click Image Downloader",
    "description": "Shift + Right Click to download any image. Support downloading original images from Google Image Search and Bing.",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery\/jquery-1.11.0.min.js",
                "libs.js",
                "main.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "media\/logo.png"
    },
    "web_accessible_resources": [
        "jquery\/jquery-1.11.0.min.js",
        "jquery\/jquery-1.11.0.min.map",
        "iframes\/loading.html",
        "iframes\/error.html",
        "options\/options.html"
    ],
    "options_page": "options\/options.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}