Tiniest Gallery

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

Tiniest Gallery क्या है?

Tiniest Gallery Tiniest Gallery द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome extension that lets you save images to a custom gallery."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tiniest Gallery एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        🌟🎉✨ 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"
    }
}