Tiniest Gallery

A Chrome extension that lets you save images to a custom gallery.

Tiniest Galleryคืออะไร?

Tiniest Gallery เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tiniest Gallery และคุณลักษณะหลักของมันคือ "A Chrome extension that lets you save images to a custom gallery."

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

screenshot
screenshot
screenshot

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

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

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

                        🌟🎉✨ Get ready to embark on an extraordinary creative journey and curate your very own gallery of breathtaking pictures and gifs with The Tiniest Gallery extension!

- Save images to a custom gallery. 💾🖼️
- View your gallery and explore the saved images. 👀📸
- Easily access the color palette associated with each image. 🎨🌈
- Save HEX codes of the colors in the palette with a simple click. 🎨💾
- Experience the magic of slideshow mode to showcase your gallery. 🎠✨🖼️
- Download your curated images with ease. ⬇️📥

The Tiniest Gallery extension is a powerful tool for artists, designers, and anyone seeking color inspiration. 🎨✨🖌️

Unleash your creativity and unlock a world of captivating colors. 🌈✨🎨
Install The Tiniest Gallery now and let the magic unfold! 🌟🌈🎉💻                    

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

ชื่อ Tiniest Gallery Tiniest Gallery
ID cinnednhmfdfbkficjjmfonoflbipfpd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tiniest-gallery/cinnednhmfdfbkficjjmfonoflbipfpd
คำอธิบาย A Chrome extension that lets you save images to a custom gallery.
ขนาดไฟล์ 46.01 KB
จำนวนการติดตั้ง 179
เวอร์ชันปัจจุบัน 1.8.2
อัปเดตครั้งล่าสุด 2023-07-10
วันที่เผยแพร่ 2023-06-03
คะแนน 5.00/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา Tiniest Gallery
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tiniest Gallery",
    "description": "A Chrome extension that lets you save images to a custom gallery.",
    "version": "1.8.2",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        }
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}