Chrome Image Downloader Extension

Save time with Imageasy image downloader. Download all types of images PNG, JPG, WEBP, GIF, SVG, and inline SVG from any website.

Chrome Image Downloader Extensionคืออะไร?

Chrome Image Downloader Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://imageasyextension.com และคุณลักษณะหลักของมันคือ "Save time with Imageasy image downloader. Download all types of images PNG, JPG, WEBP, GIF, SVG, and inline SVG from any website."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Imageasy browser extension offers an easy-to-use UI Tool for selecting images by clicking on them as they appear on the screen. Select only the images you need, and don't get lost in your Download folder.

But great functionality does not end here. We developed Imageasy with Developers, Social media specialists, UI/UX, and Graphic designers in mind. We all know the pains of:
 - Feeling lost in your Download folder;
 - Searching for an image with a random filename;
 - Manually grouping images by type, size, or content depicted;
 - Downloading every image from a website just to re-upload them into Google Drive or create a JSON structure;
 - And do it all again if we forget something.

➤ What's included?

~ Free version:
  • UI Tool (select only the images you need)
  • Bulk download (find and download all images)
  • Filter (filter images by type and size)
  • Collections history for seven days

~ Paid version:
  • Export to JSON
  • Image labels
  • Indefinite collections history
  • Google Drive integration
  • Downloads grouped by label, type, and size
  • ImageVault (cloud-based hosting solution for your images. Store your assets with us, get permanent links, and use them everywhere)

At Imageasy we believe that working with images should be fun and easy for everyone. We strive to deliver on that promise every day. Sooner or later, that will become a reality, but we want it sooner (we bet you do, too), so your reviews and feedback would greatly help our journey there.

Imageasy team                    

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

ชื่อ Chrome Image Downloader Extension Chrome Image Downloader Extension
ID kclnnjnnpdfepoglcnklnicdjjlogeki
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chrome-image-downloader-e/kclnnjnnpdfepoglcnklnicdjjlogeki
คำอธิบาย Save time with Imageasy image downloader. Download all types of images PNG, JPG, WEBP, GIF, SVG, and inline SVG from any website.
ขนาดไฟล์ 5.14 MB
จำนวนการติดตั้ง 404
เวอร์ชันปัจจุบัน 1.3.4
อัปเดตครั้งล่าสุด 2023-06-15
วันที่เผยแพร่ 2022-05-23
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://imageasyextension.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.imageasyextension.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.imageasyextension.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Image Downloader Extension",
    "description": "Save time with Imageasy image downloader. Download all types of images PNG, JPG, WEBP, GIF, SVG, and inline SVG from any website.",
    "version": "1.3.4",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnJU\/FBqbAuFypXZ7DEDKuHkE3\/bBEbt1ZD7lTxTwfYrDvQEygKrJ6acRiriwuvpHSXPjYwoF+I6bSP56v1tcAtVaDQ4sJifru6HQGDOc+Pxxsz3K1pjN+K4MYohp0G5bSXCyFNF+XyoDvWjPchHAZYBd1XyXr3TU1GMdzlS5sVpBSPEIb9kP4HTVlXiDGqZB+jiMy9c21lmiVp7BCx7pMpXcUF7+89jAI+ifeHQeo\/M8v4kx81U\/Ivv8FWrahc9u5kgYHjV3UJF9WO\/+mjQ+gkiq\/9ax1QvGMDpMdpjxdz9GyWMe86f5BSPnbJR9sPlsRawRuY6OBkr0SjfN10clFwIDAQAB",
    "oauth2": {
        "client_id": "344113165302-0qu09usqnosdu5uu4gdk2nvoggm7cgsj.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "Imageasy"
    },
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                ".\/static\/js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:3000\/*",
            "https:\/\/imageasyextension.com\/*",
            "https:\/\/www.imageasyextension.com\/*"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "identity",
        "downloads",
        "scripting",
        "unlimitedStorage"
    ],
    "icons": {
        "16": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    }
}