Material Design Assistant

HEX value of Material colors and CSS of Material shadows at your fingertips.

Wat is Material Design Assistant?

Material Design Assistant is een Chrome-extensie ontwikkeld door Liu Liu, en de belangrijkste functie is "HEX value of Material colors and CSS of Material shadows at your fingertips.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Material Design Assistant

Download Material Design Assistant-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Material Design Assistant Material Design Assistant
ID niibdenamblimiifecjpdamibihicjea
Officiële URL https://chromewebstore.google.com/detail/material-design-assistant/niibdenamblimiifecjpdamibihicjea
Beschrijving HEX value of Material colors and CSS of Material shadows at your fingertips.
Bestandsgrootte 138 KB
Aantal Installaties 354
Huidige Versie 1.7
Laatst Bijgewerkt 2018-07-15
Publicatiedatum 2018-07-14
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Liu Liu
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}