Mosaic
Hunt your hues. Directly from your browser.
Mosaicคืออะไร?
Mosaic เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SRMKZILLA และคุณลักษณะหลักของมันคือ "Hunt your hues. Directly from your browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mosaic
ดาวน์โหลดไฟล์ส่วนขยาย Mosaic ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Mosaic is your new BFF for generating the perfect palette for your UI. Generate beautiful complimentary colors randomly or from our trusted trending palettes. We created Mosaic so that designers don't lose vision while creating a UI. It is FAST.SIMPLE.BEAUTIFUL. If you find a hex code that you want to incorporate in your design, simply add it to the palette and it is now housed on your browser! Fixated on a color? Lock your eyes on it. Mosaic allows you to lock a particular color and generate complementary others so that you never have to say goodbye to those amazing shades. Create.Snap.Share! Loving your palette that Mosaic created? Save it as a .png and share it with your team!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | eimhoaekjnojedgcoikkiijnphklhfml |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/mosaic/eimhoaekjnojedgcoikkiijnphklhfml |
คำอธิบาย | Hunt your hues. Directly from your browser. |
ขนาดไฟล์ | 769 KB |
จำนวนการติดตั้ง | 763 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2020-08-20 |
วันที่เผยแพร่ | 2020-08-18 |
คะแนน | 4.89/5 รวมทั้งหมด 18 คะแนน |
ผู้พัฒนา | SRMKZILLA |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/srm-kzilla/mosaic |
URL หน้าช่วยเหลือ | https://github.com/srm-kzilla/mosaic/issues |
URL หน้านโยบายความเป็นส่วนตัว | https://srmkzilla.net/projects/mosaic/policy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mosaic", "version": "1.0.1", "description": "Hunt your hues. Directly from your browser.", "short_name": "Mosaic", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-cFyNkAh74muYbIHXxMOavrIesmPaGdNlvgLGgwG4KoE='; object-src 'self'" } |