Down all images!

Downloads all images on the current website to your computer.

Down all images! क्या है?

Down all images! Kevin Roos द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Downloads all images on the current website to your computer."।

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

screenshot

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

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

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

                        ✔ Displays the number of images on the current website
✔ Downloads all of them with one click to a ZIP folder

If you're interested in how the program works internally, check it out on GitHub (click on "Website" below this description):

https://github.com/Rookev/ImageDownloader

Have fun, rate this extension and let me know your feedback!                    

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

नाम Down all images! Down all images!
ID hhmmkooabfefibpnhfbblbajfccfoilp
आधिकारिक URL https://chromewebstore.google.com/detail/down-all-images/hhmmkooabfefibpnhfbblbajfccfoilp
विवरण Downloads all images on the current website to your computer.
फ़ाइल का आकार 68.36 KB
स्थापना संख्या 484
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2015-04-23
प्रकाशन तिथि 2015-04-22
रेटिंग 2.67/5 कुल 6 रेटिंग्स
डेवलपर Kevin Roos
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Rookev/ImageDownloader
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Down all images!",
    "description": "Downloads all images on the current website to your computer.",
    "version": "1.0.0",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html",
        "default_title": "Down all images!"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}