Encode-Decode

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

Encode-Decode क्या है?

Encode-Decode https://tylucaskelley.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Encode-Decode एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Encode-Decode Encode-Decode
ID peemgjdnpckhfcppmdgijnbfoohpjafp
आधिकारिक URL https://chromewebstore.google.com/detail/encode-decode/peemgjdnpckhfcppmdgijnbfoohpjafp
विवरण Encode and decode text to and from HTML, base64, hexadecimal, and more! Or generate hashes using MD5, SHA-1, and SHA-3.
फ़ाइल का आकार 164 KB
स्थापना संख्या 979
वर्तमान संस्करण 5.1
अंतिम अपडेट 2014-11-13
प्रकाशन तिथि 2014-11-13
रेटिंग 4.38/5 कुल 8 रेटिंग्स
डेवलपर https://tylucaskelley.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/tylucaskelley/encode-decode
सहायता पृष्ठ URL https://github.com/tylucaskelley/encode-decode
समर्थित भाषाएँ 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"
    }
}