Material Design Assistant
HEX value of Material colors and CSS of Material shadows at your fingertips.
Was ist Material Design Assistant?
Material Design Assistant ist eine Chrome-Erweiterung, die von Liu Liu entwickelt wurde, und ihr Hauptmerkmal ist "HEX value of Material colors and CSS of Material shadows at your fingertips.".
Erweiterungsscreenshots
Material Design Assistant-Erweiterungs-CRX-Datei herunterladen
Laden Sie Material Design Assistant-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Perfect for designing in browser. No need to open Google design spec site / PS, AI color palette. Built with open source code from: https://github.com/MikeMitterer/dart-wsk-material https://github.com/google/web-starter-kit/tree/material-sprint Updates: - Now you can just click on the color / shadow you want to use, and the HEX / CSS will be copied to your clipboard. (Require Chrome 43) - Stay tuned for more updates and a packaged chrome app.
Grundlegende Informationen zur Erweiterung
Name | Material Design Assistant |
ID | niibdenamblimiifecjpdamibihicjea |
Offizielle URL | https://chromewebstore.google.com/detail/material-design-assistant/niibdenamblimiifecjpdamibihicjea |
Beschreibung | HEX value of Material colors and CSS of Material shadows at your fingertips. |
Dateigröße | 138 KB |
Installationsanzahl | 354 |
Aktuelle Version | 1.7 |
Letztes Update | 2018-07-15 |
Veröffentlichungsdatum | 2018-07-14 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Liu Liu |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Material Design Assistant", "description": "HEX value of Material colors and CSS of Material shadows at your fingertips.", "version": "1.7", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "128": "md128.png", "64": "md64.png", "48": "md48.png", "32": "md32.png", "24": "md24.png", "16": "md16.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": "md128.png" } } |