Encode-Decode
Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3.
Wat is Encode-Decode?
Encode-Decode is een Chrome-extensie ontwikkeld door https://tylucaskelley.com, en de belangrijkste functie is "Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3.".
Extensie Screenshots
Download het CRX-bestand van de extensie Encode-Decode
Download Encode-Decode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Encode-Decode |
ID | peemgjdnpckhfcppmdgijnbfoohpjafp |
Officiële URL | https://chromewebstore.google.com/detail/encode-decode/peemgjdnpckhfcppmdgijnbfoohpjafp |
Beschrijving | Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3. |
Bestandsgrootte | 164 KB |
Aantal Installaties | 979 |
Huidige Versie | 5.1 |
Laatst Bijgewerkt | 2014-11-13 |
Publicatiedatum | 2014-11-13 |
Beoordeling | 4.38/5 Totaal 8 Beoordelingen |
Ontwikkelaar | https://tylucaskelley.com |
Betalingswijze | free |
Extensiewebsite | https://github.com/tylucaskelley/encode-decode |
Help Pagina-URL | https://github.com/tylucaskelley/encode-decode |
Ondersteunde Talen | 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" } } |