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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}