Mouse Clerk - Easy image downloader

Allows you to organize, download and create images by simply clicking on them.

Mouse Clerk - Easy image downloader क्या है?

Mouse Clerk - Easy image downloader https://www.studiowolfree.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to organize, download and create images by simply clicking on them."।

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

screenshot
screenshot
screenshot

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

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

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

                        Ever want to download tens, hundreds or even thousands of images without having to open tab after tab, right click after right click, drop after drop and rename after rename? Then Mouse Clerk is probably your best bet!

Mouse Clerk allows you to:

- Download images on base64
- Automatically create folders
- Automatically rename files
- Download images on bulk
- Generate source lists by simply clicking on them
- Disable image links temporarily
- Enable and disable it to browse freely

Ready to click and download? Then get Mouse Clerk! It is completely free and will stay free!

Developed by Cristian Herrera                     

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

नाम Mouse Clerk - Easy image downloader Mouse Clerk - Easy image downloader
ID ehebkcpogpoedmlkhpgcmpmkepenacch
आधिकारिक URL https://chrome.google.com/webstore/detail/mouse-clerk-easy-image-do/ehebkcpogpoedmlkhpgcmpmkepenacch
विवरण Allows you to organize, download and create images by simply clicking on them.
फ़ाइल का आकार 127 KB
स्थापना संख्या 324
वर्तमान संस्करण 0.9.2
अंतिम अपडेट 2017-08-14
प्रकाशन तिथि 2017-08-14
रेटिंग 3.38/5 कुल 8 रेटिंग्स
डेवलपर https://www.studiowolfree.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mouse Clerk - Easy image downloader",
    "description": "Allows you to organize, download and create images by simply clicking on them.",
    "version": "0.9.2",
    "version_name": "Beta 9.2",
    "short_name": "MouseClerk",
    "browser_action": {
        "name": "Click to start Mouse Clerk"
    },
    "homepage_url": "http:\/\/www.studiowolfree.com",
    "permissions": [
        "activeTab",
        "downloads",
        "contextMenus",
        "storage"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "64": "img\/icon.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.js",
                "js\/clickListen.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/main.js"
        ]
    },
    "options_page": "html\/options.html",
    "web_accessible_resources": [
        "sound\/chime.mp3"
    ]
}