Color Ink for Chrome
Create solid or transparent colors.
什么是Color Ink for Chrome?
Color Ink for Chrome是由https://www.emgrtools.com开发的Chrome扩展程序,该扩展的主要功能是“Create solid or transparent colors.”。
扩展截图
下载Color Ink for Chrome扩展crx文件
下载Color Ink for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Bring life to your world with the colors of your imagination with Color Ink. With an easy-to-use user interface, you can create solid or transparent colors in different formats, such as RGB, HEX and HSV, as well as RGBA and 8-digit hexadecimal that includes transparency. Use the color codes in your drawings, applications, web pages, everywhere! 扩展基本信息
| 名称 | |
| ID | achikkhepgedlflnejhkmnfkkjnabcmf |
| 官方URL | https://chromewebstore.google.com/detail/color-ink-for-chrome/achikkhepgedlflnejhkmnfkkjnabcmf |
| 简介 | Create solid or transparent colors. |
| 文件大小 | 112 KB |
| 安装次数 | 88 |
| 当前版本 | 1.1 |
| 更新时间 | 2018-08-10 |
| 上架时间 | 2018-08-10 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | https://www.emgrtools.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://colorink.emgrtools.com/ |
| 隐私政策页面URL | https://www.emgrtools.com/privacy |
| 支持的语言 | en,es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "EMGR Tools",
"manifest_version": 2,
"name": "__MSG_extensionName__",
"short_name": "Color Ink",
"description": "__MSG_extensionDescription__",
"version": "1.1",
"homepage_url": "https:\/\/colorink.emgrtools.com\/",
"default_locale": "en",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png",
"176": "icons\/icon176.png"
},
"browser_action": {
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"128": "icons\/icon128.png"
},
"default_title": "EMGR Color Ink",
"default_popup": "popup\/home.html"
}
} | |