Color-Converter

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

O que é Color-Converter?

Color-Converter é uma extensão do Chrome desenvolvida por https://heithe.com, e sua principal característica é "Convert your color to other color-formats (hex <-> rgb <-> hsl)".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Color-Converter

Baixe arquivos de extensão Color-Converter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Color-Converter Color-Converter
ID ekjjmfmbokeceeeblblppmgkcenhncii
URL Oficial https://chromewebstore.google.com/detail/color-converter/ekjjmfmbokeceeeblblppmgkcenhncii
Descrição Convert your color to other color-formats (hex <-> rgb <-> hsl)
Tamanho do Arquivo 111 KB
Contagem de Instalações 1,105
Versão Atual 1.0.1.1
Última Atualização 2013-06-25
Data de Publicação 2013-06-25
Classificação 4.33/5 Total de 6 Avaliações
Desenvolvedor https://heithe.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.heithe.com/blog/
URL da Página de Ajuda http://www.heithe.com/blog/
Idiomas Suportados 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"
}