Encode-Decode
Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3.
O que é Encode-Decode?
Encode-Decode é uma extensão do Chrome desenvolvida por https://tylucaskelley.com, e sua principal característica é "Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Encode-Decode
Baixe arquivos de extensão Encode-Decode 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
Great for web developers! Features include: 1. Encoding and decoding to/from: binary, octal, hexadecimal, base64, HTML, and URLs. 2. Hashing: MD5, SHA-1, SHA-3 (256 and 512 bit). 3. Error checking, so you don't try to combine "HTML" and "hash" by accident! Check out the source code on GitHub as well!
Informações Básicas da Extensão
Nome | |
ID | peemgjdnpckhfcppmdgijnbfoohpjafp |
URL Oficial | https://chromewebstore.google.com/detail/encode-decode/peemgjdnpckhfcppmdgijnbfoohpjafp |
Descrição | Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3. |
Tamanho do Arquivo | 164 KB |
Contagem de Instalações | 979 |
Versão Atual | 5.1 |
Última Atualização | 2014-11-13 |
Data de Publicação | 2014-11-13 |
Classificação | 4.38/5 Total de 8 Avaliações |
Desenvolvedor | https://tylucaskelley.com |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/tylucaskelley/encode-decode |
URL da Página de Ajuda | https://github.com/tylucaskelley/encode-decode |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Encode-Decode", "description": "Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3.", "version": "5.1", "icons": { "128": "img\/icon.png" }, "browser_action": { "default_icon": "img\/icon.png", "default_title": "Encode-Decode", "default_popup": "index.html" } } |