Material Design Assistant
HEX value of Material colors and CSS of Material shadows at your fingertips.
Material Design Assistant là gì?
Material Design Assistant là một tiện ích mở rộng Chrome được phát triển bởi Liu Liu, và tính năng chính của nó là "HEX value of Material colors and CSS of Material shadows at your fingertips.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Material Design Assistant
Tải xuống các tệp mở rộng Material Design Assistant dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Material Design Assistant |
ID | niibdenamblimiifecjpdamibihicjea |
URL Chính Thức | https://chromewebstore.google.com/detail/material-design-assistant/niibdenamblimiifecjpdamibihicjea |
Mô tả | HEX value of Material colors and CSS of Material shadows at your fingertips. |
Kích Thước Tệp | 138 KB |
Số Lần Cài Đặt | 354 |
Phiên Bản Hiện Tại | 1.7 |
Cập Nhật Lần Cuối | 2018-07-15 |
Ngày Phát Hành | 2018-07-14 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Liu Liu |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |