Simple Material Design Palette
No-nonsense palette for Google's Material Design Colors
Simple Material Design Palette là gì?
Simple Material Design Palette là một tiện ích mở rộng Chrome được phát triển bởi Santhosh Sundar, và tính năng chính của nó là "No-nonsense palette for Google's Material Design Colors".
Ả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 Simple Material Design Palette
Tải xuống các tệp mở rộng Simple Material Design Palette 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
A no-nonsense palette for Google's Material Design Colors that you can access right within the browser without having to leave the tab and even offline. Available in HEX, RGB and RGBA color models. Fork on Github: https://github.com/keplerlab/Interactive/tree/master/material-colors-palette
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Simple Material Design Palette |
ID | onaeadclbaeleijcfmmhopgmmmpedifa |
URL Chính Thức | https://chromewebstore.google.com/detail/simple-material-design-pa/onaeadclbaeleijcfmmhopgmmmpedifa |
Mô tả | No-nonsense palette for Google's Material Design Colors |
Kích Thước Tệp | 137 KB |
Số Lần Cài Đặt | 3,622 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2022-03-05 |
Ngày Phát Hành | 2015-11-07 |
Đánh Giá | 4.89/5 Tổng số 36 Đánh Giá |
Nhà Phát Triển | Santhosh Sundar |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.gigacore.in |
URL Trang Trợ Giúp | https://github.com/keplerlab/Interactive/tree/master/material-colors-palette |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Material Design Palette", "description": "No-nonsense palette for Google's Material Design Colors", "version": "1.0.3", "icons": { "128": "icon.png" }, "offline_enabled": true, "browser_action": { "default_icon": "icon.png", "default_popup": "index.html", "default_title": "Simple Material Design Palette" } } |