Encode-Decode
Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3.
What is Encode-Decode?
Encode-Decode is a Chrome extension developed by https://tylucaskelley.com, and its main feature is "Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3.".
Extension Screenshots
Download Encode-Decode Extension CRX File
Download Encode-Decode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Encode-Decode |
ID | peemgjdnpckhfcppmdgijnbfoohpjafp |
Official URL | 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. |
File Size | 164 KB |
Installation Count | 979 |
Current Version | 5.1 |
Last Updated | 2014-11-13 |
Publish Date | 2014-11-13 |
Rating | 4.38/5 Total 8 Ratings |
Developer | https://tylucaskelley.com |
Payment Type | free |
Extension Website | https://github.com/tylucaskelley/encode-decode |
Help Page URL | https://github.com/tylucaskelley/encode-decode |
Supported Languages | 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" } } |