HexString Converter
Converts HexString data into text and back.
Co je HexString Converter?
HexString Converter je rozšíření Chrome vyvinuté Jiri Hlusi, a jeho hlavní funkcí je „Converts HexString data into text and back.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření HexString Converter
Stáhněte si soubory rozšíření HexString Converter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | HexString Converter |
ID | libajdoapablnccbiakfbjjoofohelah |
Oficiální URL | https://chromewebstore.google.com/detail/hexstring-converter/libajdoapablnccbiakfbjjoofohelah |
Popis | Converts HexString data into text and back. |
Velikost souboru | 324 KB |
Počet instalací | 796 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2013-08-06 |
Datum Vydání | 2013-08-06 |
Hodnocení | 4.00/5 Celkem 3 Hodnocení |
Vývojář | Jiri Hlusi |
Typ Platby | free |
Podporované Jazyky | 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" } } |