HexString Converter

Converts HexString data into text and back.

Was ist HexString Converter?

HexString Converter ist eine Chrome-Erweiterung, die von Jiri Hlusi entwickelt wurde, und ihr Hauptmerkmal ist "Converts HexString data into text and back.".

Erweiterungsscreenshots

screenshot

HexString Converter-Erweiterungs-CRX-Datei herunterladen

Laden Sie HexString Converter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name HexString Converter HexString Converter
ID libajdoapablnccbiakfbjjoofohelah
Offizielle URL https://chromewebstore.google.com/detail/hexstring-converter/libajdoapablnccbiakfbjjoofohelah
Beschreibung Converts HexString data into text and back.
Dateigröße 324 KB
Installationsanzahl 796
Aktuelle Version 1.0.1
Letztes Update 2013-08-06
Veröffentlichungsdatum 2013-08-06
Bewertung 4.00/5 Insgesamt 3 Bewertungen
Entwickler Jiri Hlusi
Zahlungsart free
Unterstützte Sprachen 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"
    }
}