Mosaic
Hunt your hues. Directly from your browser.
¿Qué es Mosaic?
Mosaic es una extensión de Chrome desarrollada por SRMKZILLA, y su función principal es "Hunt your hues. Directly from your browser.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Mosaic
Descarga archivos de extensión Mosaic en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | |
ID | eimhoaekjnojedgcoikkiijnphklhfml |
URL Oficial | https://chrome.google.com/webstore/detail/mosaic/eimhoaekjnojedgcoikkiijnphklhfml |
Descripción | Hunt your hues. Directly from your browser. |
Tamaño del Archivo | 769 KB |
Cantidad de Instalaciones | 763 |
Versión Actual | 1.0.1 |
Última Actualización | 2020-08-20 |
Fecha de Publicación | 2020-08-18 |
Calificación | 4.89/5 Total de 18 Calificaciones |
Desarrollador | SRMKZILLA |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/srm-kzilla/mosaic |
URL de la Página de Ayuda | https://github.com/srm-kzilla/mosaic/issues |
URL de la Página de Política de Privacidad | https://srmkzilla.net/projects/mosaic/policy.html |
Idiomas Soportados | 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'" } |