Color-Converter

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

Color-Converter क्या है?

Color-Converter https://heithe.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert your color to other color-formats (hex <-> rgb <-> hsl)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Color-Converter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}