Tiniest Gallery
A Chrome extension that lets you save images to a custom gallery.
Was ist Tiniest Gallery?
Tiniest Gallery ist eine Chrome-Erweiterung, die von Tiniest Gallery entwickelt wurde, und ihr Hauptmerkmal ist "A Chrome extension that lets you save images to a custom gallery.".
Erweiterungsscreenshots
Tiniest Gallery-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tiniest Gallery-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
🌟🎉✨ 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! 🌟🌈🎉💻
Grundlegende Informationen zur Erweiterung
Name | Tiniest Gallery |
ID | cinnednhmfdfbkficjjmfonoflbipfpd |
Offizielle URL | https://chromewebstore.google.com/detail/tiniest-gallery/cinnednhmfdfbkficjjmfonoflbipfpd |
Beschreibung | A Chrome extension that lets you save images to a custom gallery. |
Dateigröße | 46.01 KB |
Installationsanzahl | 179 |
Aktuelle Version | 1.8.2 |
Letztes Update | 2023-07-10 |
Veröffentlichungsdatum | 2023-06-03 |
Bewertung | 5.00/5 Insgesamt 11 Bewertungen |
Entwickler | Tiniest Gallery |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |