Color-Converter

Convert your color to other color-formats (hex <-> rgb <-> hsl)

什么是Color-Converter?

Color-Converter是由https://heithe.com开发的Chrome扩展程序,该扩展的主要功能是“Convert your color to other color-formats (hex <-> rgb <-> hsl)”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载Color-Converter扩展crx文件

下载Color-Converter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This Extension let you convert a given color into other color-formats.
At this time you can convert: hex, splitted hex <-> rgb in decimal or percentage <-> hsl in decimal or percentage
Just look at the screenshots, install and try it :)

Watch my blog: http://www.heithe.com
Contact me: heithe01+chrcc at gmail dot com
Donations are welcome to heithe01 at gmail dot com through paypal :)                    

扩展基本信息

名称 Color-Converter Color-Converter
ID ekjjmfmbokeceeeblblppmgkcenhncii
官方URL https://chromewebstore.google.com/detail/color-converter/ekjjmfmbokeceeeblblppmgkcenhncii
简介 Convert your color to other color-formats (hex <-> rgb <-> hsl)
文件大小 111 KB
安装次数 1,105
当前版本 1.0.1.1
更新时间 2013-06-25
上架时间 2013-06-25
评分 4.33/5 共6次评分
开发者 https://heithe.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.heithe.com/blog/
帮助页面URL http://www.heithe.com/blog/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "img\/icons\/color_converter_logo_19.png",
        "default_popup": "html\/color_converter.html",
        "default_title": "Color-Converter"
    },
    "description": "Convert your color to other color-formats (hex <-> rgb <-> hsl)",
    "icons": {
        "128": "img\/icons\/color_converter_logo_128.png",
        "16": "img\/icons\/color_converter_logo_16.png",
        "48": "img\/icons\/color_converter_logo_48.png"
    },
    "manifest_version": 2,
    "name": "Color-Converter",
    "version": "1.0.1.1"
}