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'est-ce que Encode-Decode ?
Encode-Decode est une extension Chrome développée par https://tylucaskelley.com, et sa fonction principale est "Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Encode-Decode
Téléchargez les fichiers d'extension Encode-Decode au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Encode-Decode |
ID | peemgjdnpckhfcppmdgijnbfoohpjafp |
URL Officiel | https://chromewebstore.google.com/detail/encode-decode/peemgjdnpckhfcppmdgijnbfoohpjafp |
Description | Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3. |
Taille du Fichier | 164 KB |
Nombre d'Installations | 979 |
Version Actuelle | 5.1 |
Dernière Mise à Jour | 2014-11-13 |
Date de Publication | 2014-11-13 |
Évaluation | 4.38/5 Total 8 Évaluations |
Développeur | https://tylucaskelley.com |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/tylucaskelley/encode-decode |
URL de la Page d'Aide | https://github.com/tylucaskelley/encode-decode |
Langues Prises en Charge | 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" } } |