RGB HEX Converter
This extension performs the conversion between rgb and hex. It's fast and stable.
什么是RGB HEX Converter?
RGB HEX Converter是由Yizhao He开发的Chrome扩展程序,该扩展的主要功能是“This extension performs the conversion between rgb and hex. It's fast and stable.”。
扩展截图
下载RGB HEX Converter扩展crx文件
下载RGB HEX Converter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension performs the conversion between rgb and hex. It's fast, elegant and stable.
扩展基本信息
名称 | |
ID | ingginimfdkleceoglpialnhkioahnfe |
官方URL | https://chrome.google.com/webstore/detail/ingginimfdkleceoglpialnhkioahnfe |
简介 | This extension performs the conversion between rgb and hex. It's fast and stable. |
文件大小 | 17.31 KB |
安装次数 | 124 |
当前版本 | 1.0 |
更新时间 | 2015-11-17 |
上架时间 | 2015-11-17 |
开发者 | Yizhao He |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | http://dafbang.com/privacy.html |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RGB HEX Converter", "description": "This extension performs the conversion between rgb and hex. It's fast and stable.", "version": "1.0", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" } } |