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" } } |