Image downloader JPG PNG WEBP

Easy download of web images in JPG, PNG, WEBP formats with one click!

Image downloader JPG PNG WEBPคืออะไร?

Image downloader JPG PNG WEBP เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Watter Joumse และคุณลักษณะหลักของมันคือ "Easy download of web images in JPG, PNG, WEBP formats with one click!"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Image downloader JPG PNG WEBP

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

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

                        "QuickSave: Image Downloader for Chrome" - your ultimate solution for easy and versatile image downloading. Transform the way you save images from the web with QuickSave, an innovative Chrome extension that challenges traditional limitations and offers unparalleled flexibility. Whether it's for work, creativity, or simply collecting your favorite pictures, QuickSave makes it a breeze.
 
Effortless Image Saving Experience:
QuickSave revolutionizes your web browsing and image-saving process:

1. Web Browsing: Navigate to any site and find the image you wish to preserve.
2. Right-Click Magic: A right-click on your desired image unveils a QuickSave-enhanced context menu.
3. Choose Your Format: Flexibly select from popular formats like JPG for pristine quality, PNG for perfect transparency, or WEBP for superior web efficiency.
4. Instant Download: With a simple click, the image is swiftly saved to your chosen folder, ready for any use.

Key Features & Advantages:
- Diverse Format Support: Break free from web-imposed limitations with the ability to save images in JPG, PNG, WEBP, and more. QuickSave brings the power of choice directly to your fingertips.
- One-Click Simplicity: Designed for maximum efficiency and ease of use, QuickSave allows you to save your favorite images with minimal effort, bypassing complex procedures.
- Optimized Performance: QuickSave's lightweight design ensures that your browsing speed remains lightning-fast, without any compromise on performance.
- Uncompromised Security and Privacy: We value your privacy as much as you do. QuickSave operates with the utmost respect for your data, requiring no unnecessary permissions and collecting no personal information. 

Elevate Your Image Downloading Game:
QuickSave is not merely an extension; it's a game-changer in how you interact with images on the internet. Embrace the simplicity of saving images with just one click, enjoy the flexibility of automatic format selection, and discover the best deals in image quality and efficiency. QuickSave adapts the internet to meet your image-saving needs, making it an indispensable tool for anyone looking to enhance their online experience.
 
Install QuickSave today and join the revolution in efficient, easy, and versatile web image downloading. It's time to redefine the way you save images from the internet, with the ultimate convenience and control at your command.                    

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

ชื่อ Image downloader JPG PNG WEBP Image downloader JPG PNG WEBP
ID ogihlpgicaicccfhkolkimhlhmmbjlal
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/image-downloader-jpg-png/ogihlpgicaicccfhkolkimhlhmmbjlal
คำอธิบาย Easy download of web images in JPG, PNG, WEBP formats with one click!
ขนาดไฟล์ 274 KB
จำนวนการติดตั้ง 1,235
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2024-03-01
วันที่เผยแพร่ 2023-11-21
คะแนน 4.55/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา Watter Joumse
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "manifest_version": 3,
    "version": "1.1.2",
    "icons": {
        "128": "icons\/icon-128.png",
        "64": "icons\/icon-64.png"
    },
    "background": {
        "service_worker": "js\/worker.js"
    },
    "default_locale": "en",
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/message.js"
            ],
            "run_at": "document_idle",
            "match_about_blank": true
        }
    ],
    "permissions": [
        "downloads",
        "contextMenus",
        "offscreen",
        "storage",
        "webRequest",
        "activeTab",
        "scripting"
    ]
}