Mosaic
Hunt your hues. Directly from your browser.
Mosaic क्या है?
Mosaic SRMKZILLA द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hunt your hues. Directly from your browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mosaic एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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'" } |