Encode-Decode
Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3.
Co je Encode-Decode?
Encode-Decode je rozšíření Chrome vyvinuté https://tylucaskelley.com, a jeho hlavní funkcí je „Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Encode-Decode
Stáhněte si soubory rozšíření Encode-Decode ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | Encode-Decode |
ID | peemgjdnpckhfcppmdgijnbfoohpjafp |
Oficiální URL | https://chromewebstore.google.com/detail/encode-decode/peemgjdnpckhfcppmdgijnbfoohpjafp |
Popis | Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3. |
Velikost souboru | 164 KB |
Počet instalací | 979 |
Aktuální Verze | 5.1 |
Poslední Aktualizace | 2014-11-13 |
Datum Vydání | 2014-11-13 |
Hodnocení | 4.38/5 Celkem 8 Hodnocení |
Vývojář | https://tylucaskelley.com |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/tylucaskelley/encode-decode |
URL Stránky Nápovědy | https://github.com/tylucaskelley/encode-decode |
Podporované Jazyky | 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" } } |