Simple Material Design Palette
No-nonsense palette for Google's Material Design Colors
什么是Simple Material Design Palette?
Simple Material Design Palette是由Santhosh Sundar开发的Chrome扩展程序,该扩展的主要功能是“No-nonsense palette for Google's Material Design Colors”。
扩展截图
下载Simple Material Design Palette扩展crx文件
下载Simple Material Design Palette扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Simple Material Design Palette |
ID | onaeadclbaeleijcfmmhopgmmmpedifa |
官方URL | https://chromewebstore.google.com/detail/simple-material-design-pa/onaeadclbaeleijcfmmhopgmmmpedifa |
简介 | No-nonsense palette for Google's Material Design Colors |
文件大小 | 137 KB |
安装次数 | 3,622 |
当前版本 | 1.0.3 |
更新时间 | 2022-03-05 |
上架时间 | 2015-11-07 |
评分 | 4.89/5 共36次评分 |
开发者 | Santhosh Sundar |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.gigacore.in |
帮助页面URL | https://github.com/keplerlab/Interactive/tree/master/material-colors-palette |
支持的语言 | 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" } } |