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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}