Tiniest Gallery

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

Tiniest Gallery là gì?

Tiniest Gallery là một tiện ích mở rộng Chrome được phát triển bởi Tiniest Gallery, và tính năng chính của nó là "A Chrome extension that lets you save images to a custom gallery.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tiniest Gallery

Tải xuống các tệp mở rộng Tiniest Gallery dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        🌟🎉✨ 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! 🌟🌈🎉💻                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tiniest Gallery Tiniest Gallery
ID cinnednhmfdfbkficjjmfonoflbipfpd
URL Chính Thức https://chromewebstore.google.com/detail/tiniest-gallery/cinnednhmfdfbkficjjmfonoflbipfpd
Mô tả A Chrome extension that lets you save images to a custom gallery.
Kích Thước Tệp 46.01 KB
Số Lần Cài Đặt 179
Phiên Bản Hiện Tại 1.8.2
Cập Nhật Lần Cuối 2023-07-10
Ngày Phát Hành 2023-06-03
Đánh Giá 5.00/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Tiniest Gallery
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}