Encode-Decode
Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3.
Cos'è Encode-Decode?
Encode-Decode è un'estensione di Chrome sviluppata da https://tylucaskelley.com, e la sua funzione principale è "Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Encode-Decode
Scarica i file di estensione Encode-Decode in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Encode-Decode |
ID | peemgjdnpckhfcppmdgijnbfoohpjafp |
URL Ufficiale | https://chromewebstore.google.com/detail/encode-decode/peemgjdnpckhfcppmdgijnbfoohpjafp |
Descrizione | Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3. |
Dimensione del File | 164 KB |
Conteggio Installazioni | 979 |
Versione Corrente | 5.1 |
Ultimo Aggiornamento | 2014-11-13 |
Data di Pubblicazione | 2014-11-13 |
Valutazione | 4.38/5 Totale 8 Valutazioni |
Sviluppatore | https://tylucaskelley.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/tylucaskelley/encode-decode |
URL della Pagina di Aiuto | https://github.com/tylucaskelley/encode-decode |
Lingue Supportate | 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" } } |