Color-Converter

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

What is Color-Converter?

Color-Converter is a Chrome extension developed by https://heithe.com, and its main feature is "Convert your color to other color-formats (hex <-> rgb <-> hsl)".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Color-Converter Extension CRX File

Download Color-Converter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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 :)                    

Extension Basic Information

Name Color-Converter Color-Converter
ID ekjjmfmbokeceeeblblppmgkcenhncii
Official URL https://chromewebstore.google.com/detail/color-converter/ekjjmfmbokeceeeblblppmgkcenhncii
Description Convert your color to other color-formats (hex <-> rgb <-> hsl)
File Size 111 KB
Installation Count 1,105
Current Version 1.0.1.1
Last Updated 2013-06-25
Publish Date 2013-06-25
Rating 4.33/5 Total 6 Ratings
Developer https://heithe.com
Email [email protected]
Payment Type free
Extension Website http://www.heithe.com/blog/
Help Page URL http://www.heithe.com/blog/
Supported Languages 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"
}