Mouse Clerk - Easy image downloader

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

Qu'est-ce que Mouse Clerk - Easy image downloader ?

Mouse Clerk - Easy image downloader est une extension Chrome développée par https://www.studiowolfree.com, et sa fonction principale est "Allows you to organize, download and create images by simply clicking on them.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Mouse Clerk - Easy image downloader

Téléchargez les fichiers d'extension Mouse Clerk - Easy image downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                     

Informations de Base sur l'Extension

Nom Mouse Clerk - Easy image downloader Mouse Clerk - Easy image downloader
ID ehebkcpogpoedmlkhpgcmpmkepenacch
URL Officiel https://chrome.google.com/webstore/detail/mouse-clerk-easy-image-do/ehebkcpogpoedmlkhpgcmpmkepenacch
Description Allows you to organize, download and create images by simply clicking on them.
Taille du Fichier 127 KB
Nombre d'Installations 324
Version Actuelle 0.9.2
Dernière Mise à Jour 2017-08-14
Date de Publication 2017-08-14
Évaluation 3.38/5 Total 8 Évaluations
Développeur https://www.studiowolfree.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}