Encode-Decode

Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3.

¿Qué es Encode-Decode?

Encode-Decode es una extensión de Chrome desarrollada por https://tylucaskelley.com, y su función principal es "Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Encode-Decode

Descarga archivos de extensión Encode-Decode en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Encode-Decode Encode-Decode
ID peemgjdnpckhfcppmdgijnbfoohpjafp
URL Oficial https://chromewebstore.google.com/detail/encode-decode/peemgjdnpckhfcppmdgijnbfoohpjafp
Descripción Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3.
Tamaño del Archivo 164 KB
Cantidad de Instalaciones 979
Versión Actual 5.1
Última Actualización 2014-11-13
Fecha de Publicación 2014-11-13
Calificación 4.38/5 Total de 8 Calificaciones
Desarrollador https://tylucaskelley.com
Tipo de Pago free
Sitio Web de la Extensión https://github.com/tylucaskelley/encode-decode
URL de la Página de Ayuda https://github.com/tylucaskelley/encode-decode
Idiomas Soportados 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"
    }
}