Tiniest Gallery

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

O que é Tiniest Gallery?

Tiniest Gallery é uma extensão do Chrome desenvolvida por Tiniest Gallery, e sua principal característica é "A Chrome extension that lets you save images to a custom gallery.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Tiniest Gallery

Baixe arquivos de extensão Tiniest Gallery no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Tiniest Gallery Tiniest Gallery
ID cinnednhmfdfbkficjjmfonoflbipfpd
URL Oficial https://chromewebstore.google.com/detail/tiniest-gallery/cinnednhmfdfbkficjjmfonoflbipfpd
Descrição A Chrome extension that lets you save images to a custom gallery.
Tamanho do Arquivo 46.01 KB
Contagem de Instalações 179
Versão Atual 1.8.2
Última Atualização 2023-07-10
Data de Publicação 2023-06-03
Classificação 5.00/5 Total de 11 Avaliações
Desenvolvedor Tiniest Gallery
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}