Tiniest Gallery
A Chrome extension that lets you save images to a custom gallery.
Tiniest Galleryとは何ですか?
Tiniest GalleryはTiniest Galleryによって開発されたChromeの拡張機能で、その主な機能は「A Chrome extension that lets you save images to a custom gallery.」です。
拡張機能のスクリーンショット
Tiniest Gallery拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" } } |