Encode-Decode
Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3.
Vad är Encode-Decode?
Encode-Decode är en Chrome-tillägg utvecklad av https://tylucaskelley.com, och dess huvudfunktion är "Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3.".
Tilläggsskärmbilder
Ladda ner Encode-Decode-förlängningens CRX-fil
Ladda ner Encode-Decode-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | Encode-Decode |
ID | peemgjdnpckhfcppmdgijnbfoohpjafp |
Officiell webbadress | https://chromewebstore.google.com/detail/encode-decode/peemgjdnpckhfcppmdgijnbfoohpjafp |
Beskrivning | Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3. |
Filstorlek | 164 KB |
Antal Installationer | 979 |
Aktuell Version | 5.1 |
Senast Uppdaterad | 2014-11-13 |
Publiceringsdatum | 2014-11-13 |
Betyg | 4.38/5 Totalt 8 Betyg |
Utvecklare | https://tylucaskelley.com |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/tylucaskelley/encode-decode |
Hjälpsida URL | https://github.com/tylucaskelley/encode-decode |
Stödda Språk | 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" } } |