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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.studiowolfree.com และคุณลักษณะหลักของมันคือ "Allows you to organize, download and create images by simply clicking on them."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mouse Clerk - Easy image downloader

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    ]
}