HexString Converter
Converts HexString data into text and back.
Cos'è HexString Converter?
HexString Converter è un'estensione di Chrome sviluppata da Jiri Hlusi, e la sua funzione principale è "Converts HexString data into text and back.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HexString Converter
Scarica i file di estensione HexString Converter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | HexString Converter |
ID | libajdoapablnccbiakfbjjoofohelah |
URL Ufficiale | https://chromewebstore.google.com/detail/hexstring-converter/libajdoapablnccbiakfbjjoofohelah |
Descrizione | Converts HexString data into text and back. |
Dimensione del File | 324 KB |
Conteggio Installazioni | 796 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2013-08-06 |
Data di Pubblicazione | 2013-08-06 |
Valutazione | 4.00/5 Totale 3 Valutazioni |
Sviluppatore | Jiri Hlusi |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |