Tiniest Gallery

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

什麼是Tiniest Gallery?

Tiniest Gallery是由Tiniest Gallery開發的Chrome擴展程式,該擴展的主要功能是“A Chrome extension that lets you save images to a custom gallery.”。

擴展截圖

screenshot
screenshot
screenshot

下載Tiniest Gallery擴展crx文件

下載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
官方網址 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"
    }
}