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
官方網址 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"
}