Encode-Decode

Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3.

Hvad er Encode-Decode?

Encode-Decode er en Chrome-udvidelse udviklet af https://tylucaskelley.com, og dens hovedfunktion er "Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Encode-Decode-udvidelses-CRX-fil

Download Encode-Decode-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Encode-Decode Encode-Decode
ID peemgjdnpckhfcppmdgijnbfoohpjafp
Officiel URL https://chromewebstore.google.com/detail/encode-decode/peemgjdnpckhfcppmdgijnbfoohpjafp
Beskrivelse Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3.
Filstørrelse 164 KB
Antal Installationer 979
Nuværende Version 5.1
Senest Opdateret 2014-11-13
Udgivelsesdato 2014-11-13
Bedømmelse 4.38/5 Samlet 8 Bedømmelser
Udvikler https://tylucaskelley.com
Betalingsmetode free
Udvidelseswebsted https://github.com/tylucaskelley/encode-decode
Hjælpeside-URL https://github.com/tylucaskelley/encode-decode
Understøttede Sprog 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"
    }
}