HexString Converter

Converts HexString data into text and back.

HexString Converter क्या है?

HexString Converter Jiri Hlusi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Converts HexString data into text and back."।

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

screenshot

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

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

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

                        Hex-to-String mode:
===================
Series of hexadecimal digits placed into the "Hex" section can be converted to unicode text usign the "Hex -> String" option.  In this mode, the data is first converted into bytes, after which the data stream is assumed to represent UTF-8 encoded unicode text. All properly encoded characters are placed into the "Text" section. Octets possibly violating UTF-8 encoding rules are indicated using '?' symbols in the output. 

White-spaces and line breaks within the "Hex" data are ignored.


String-to-Hex mode:
===================
Arbitrary text placed into the "Text" section can be converted into its hexadecimal representation using the "String -> Hex" option. The converted data can be presented in "compact" or "interleaved" (space-separated) format.                    

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

नाम HexString Converter HexString Converter
ID libajdoapablnccbiakfbjjoofohelah
आधिकारिक URL https://chromewebstore.google.com/detail/hexstring-converter/libajdoapablnccbiakfbjjoofohelah
विवरण Converts HexString data into text and back.
फ़ाइल का आकार 324 KB
स्थापना संख्या 796
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2013-08-06
प्रकाशन तिथि 2013-08-06
रेटिंग 4.00/5 कुल 3 रेटिंग्स
डेवलपर Jiri Hlusi
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HexString Converter",
    "description": "Converts HexString data into text and back.",
    "version": "1.0.1",
    "icons": {
        "48": "hexstring-icon48.png",
        "128": "hexstring-icon128.png"
    },
    "browser_action": {
        "default_icon": "hexstring-icon.png",
        "default_popup": "hexstring.html"
    }
}