Image Downloader

Filter, sort, choose and save any image from any tabs inside your window

Image Downloaderคืออะไร?

Image Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Canapy และคุณลักษณะหลักของมันคือ "Filter, sort, choose and save any image from any tabs inside your window"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Image Downloader

ดาวน์โหลดไฟล์ส่วนขยาย Image Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension allow you to choose images from your current session and to save them :
With a clear and simple interface you will be able to do many things to get your favorites images.

Functionality :

 Pick images from : A simple menu or directly from Current tab, all tabs and more
- Choose images which images you want to download
- Filter images (by width, height and also text)
- Bulk Download
- Pleasant frame modes (Square and fit to image)
- Custom frame/thumbnail size + extend option
- Easy selection (Simple click, hold mouse button, invert selection, un/select all)
- Select / Create folder + easy access with a Favorite menu
- Dynamic folder suggestion
- Context menu
- Sort images by resolution, domain
- Easily rename images
- Personal gallery to store your favorites images
- Delayed download (Choose how many images to download at a time & the delay between each set) + auto close


/!\ This extension is still in development if you have a bug or something you can contact me at : [email protected] 

PRIVACY

This extension doesn't collect, send, transmit and sell any kind of information / data.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Image Downloader Image Downloader
ID pfkpgccmeafapmchhknifkncoehlnnfj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/image-downloader/pfkpgccmeafapmchhknifkncoehlnnfj
คำอธิบาย Filter, sort, choose and save any image from any tabs inside your window
ขนาดไฟล์ 305 KB
จำนวนการติดตั้ง 6,280
เวอร์ชันปัจจุบัน 1.5.0
อัปเดตครั้งล่าสุด 2022-06-25
วันที่เผยแพร่ 2019-07-23
คะแนน 3.83/5 รวมทั้งหมด 29 คะแนน
ผู้พัฒนา Canapy
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Image Downloader",
    "description": "Filter, sort, choose and save any image from any tabs inside your window",
    "permissions": [
        "tabs",
        "",
        "downloads"
    ],
    "version": "1.5.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html",
        "default_title": "Image Downloader"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.0.0.min.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}