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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
🌟🎉✨ 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" } } |