CSS Color Names
CSS Color Names Reference
什么是CSS Color Names?
CSS Color Names是由pluraldev.com开发的Chrome扩展程序,该扩展的主要功能是“CSS Color Names Reference”。
扩展截图
下载CSS Color Names扩展crx文件
下载CSS Color Names扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Provides a reference for the CSS color names, based in the SVG 1.0 color keyword names (http://www.w3.org/TR/SVG/types.html#ColorKeywords).
You can copy the names to the clipboard by clicking a color tile. 扩展基本信息
| 名称 | |
| ID | dpjlhcacpgbemcijbpkpakofehlaejah |
| 官方URL | https://chromewebstore.google.com/detail/css-color-names/dpjlhcacpgbemcijbpkpakofehlaejah |
| 简介 | CSS Color Names Reference |
| 文件大小 | 64.31 KB |
| 安装次数 | 596 |
| 当前版本 | 1.0.3.5 |
| 更新时间 | 2015-05-12 |
| 上架时间 | 2015-05-12 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | pluraldev.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://pluraldev.com/apps.html |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "CSS Color Names",
"short_name": "CSS Color Names",
"description": "CSS Color Names Reference",
"version": "1.0.3.5",
"browser_action": {
"default_icon": "images\/icon.png",
"default_popup": "index.html"
},
"icons": {
"16": "images\/icon16.png",
"128": "images\/icon128.png"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |