HexString Converter
Converts HexString data into text and back.
Что такое HexString Converter?
HexString Converter - это расширение Chrome, разработанное Jiri Hlusi, и его основная функция - "Converts HexString data into text and back.".
Снимки экрана расширения
Скачать файл CRX расширения HexString Converter
Скачайте файлы расширений HexString Converter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 |
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" } } |