Dec-Bin-Hex Converter

This extension helps in converting between decimal,binary and hexadecimal big numbers

O que é Dec-Bin-Hex Converter?

Dec-Bin-Hex Converter é uma extensão do Chrome desenvolvida por raghuveersagar.appdev, e sua principal característica é "This extension helps in converting between decimal,binary and hexadecimal big numbers".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Dec-Bin-Hex Converter

Baixe arquivos de extensão Dec-Bin-Hex 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

                        Dec-Bin-Hex Converter is for programmers,cryptographers,network engineers who need a number base converter for debugging codes or verifying encryption decryption or reading and understanding hex dumps.It can handle upto 2048 bits.

It runs client side so response is quick.It can handle big numbers.It provides push button copy.

If you have any issues or suggestions send an email to [email protected].                    

Informações Básicas da Extensão

Nome Dec-Bin-Hex Converter Dec-Bin-Hex Converter
ID ekpmhbdmofhgphjjbejkefeaebflacog
URL Oficial https://chromewebstore.google.com/detail/dec-bin-hex-converter/ekpmhbdmofhgphjjbejkefeaebflacog
Descrição This extension helps in converting between decimal,binary and hexadecimal big numbers
Tamanho do Arquivo 572 KB
Contagem de Instalações 741
Versão Atual 0.0.3
Última Atualização 2018-05-31
Data de Publicação 2018-05-31
Classificação 5.00/5 Total de 10 Avaliações
Desenvolvedor raghuveersagar.appdev
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dec-Bin-Hex Converter",
    "description": "This extension helps in converting between decimal,binary and hexadecimal big numbers",
    "version": "0.0.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "baseCalculator.html"
    },
    "permissions": [
        "activeTab"
    ]
}