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.".
Снимки экрана расширения
Скачать файл 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 |
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" } } |