Color-Converter
Convert your color to other color-formats (hex <-> rgb <-> hsl)
Co to jest Color-Converter?
Color-Converter to rozszerzenie Chrome opracowane przez https://heithe.com, a jego główną funkcją jest „Convert your color to other color-formats (hex <-> rgb <-> hsl)”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Color-Converter
Pobierz pliki rozszerzeń Color-Converter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        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 :)                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | ekjjmfmbokeceeeblblppmgkcenhncii | 
| Oficjalny URL | https://chromewebstore.google.com/detail/color-converter/ekjjmfmbokeceeeblblppmgkcenhncii | 
| Opis | Convert your color to other color-formats (hex <-> rgb <-> hsl) | 
| Rozmiar pliku | 111 KB | 
| Liczba instalacji | 1,105 | 
| Aktualna Wersja | 1.0.1.1 | 
| Ostatnia Aktualizacja | 2013-06-25 | 
| Data Publikacji | 2013-06-25 | 
| Ocena | 4.33/5 Łącznie 6 Oceny | 
| Deweloper | https://heithe.com | 
| [email protected] | |
| Typ Płatności | free | 
| Strona Rozszerzenia | http://www.heithe.com/blog/ | 
| Adres URL Strony Pomocy | http://www.heithe.com/blog/ | 
| Obsługiwane Języki | 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"
}  |  |