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開發的Chrome擴展程式,該擴展的主要功能是“Allows you to organize, download and create images by simply clicking on them.”。

擴展截圖

screenshot
screenshot
screenshot

下載Mouse Clerk - Easy image downloader擴展crx文件

下載Mouse Clerk - Easy image downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}