CSS Color Helper
All the CSS color help you need
什么是CSS Color Helper?
CSS Color Helper是由Anell Kumarr Beeram开发的Chrome扩展程序,该扩展的主要功能是“All the CSS color help you need”。
扩展截图
下载CSS Color Helper扩展crx文件
下载CSS Color Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
All the CSS color help you need for designers and developers alike. Color codes, pickers, converters and palettes.
扩展基本信息
名称 | CSS Color Helper |
ID | hiljhpcfhankmcfomogedikgkpnhocjl |
官方URL | https://chromewebstore.google.com/detail/css-color-helper/hiljhpcfhankmcfomogedikgkpnhocjl |
简介 | All the CSS color help you need |
文件大小 | 3.13 MB |
安装次数 | 21 |
当前版本 | 1.0 |
更新时间 | 2019-11-29 |
上架时间 | 2019-11-28 |
评分 | 5.00/5 共2次评分 |
开发者 | Anell Kumarr Beeram |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CSS Color Helper", "version": "1.0", "description": "All the CSS color help you need", "manifest_version": 2, "browser_action": { "default_icon": "icon.png", "default_popup": "index.html", "default_title": "CSS Color Helper: All the CSS color help you need" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |