Material Design Assistant
HEX value of Material colors and CSS of Material shadows at your fingertips.
Material Design Assistant란 무엇입니까?
Material Design Assistant은(는) Liu Liu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "HEX value of Material colors and CSS of Material shadows at your fingertips."입니다.
확장 프로그램 스크린샷
Material Design Assistant 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Material Design Assistant |
ID | niibdenamblimiifecjpdamibihicjea |
공식 URL | https://chromewebstore.google.com/detail/material-design-assistant/niibdenamblimiifecjpdamibihicjea |
설명 | HEX value of Material colors and CSS of Material shadows at your fingertips. |
파일 크기 | 138 KB |
설치 횟수 | 354 |
현재 버전 | 1.7 |
최근 업데이트 | 2018-07-15 |
출시 날짜 | 2018-07-14 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Liu Liu |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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" } } |