HexString Converter
Converts HexString data into text and back.
HexString Converterとは何ですか?
HexString ConverterはJiri Hlusiによって開発されたChromeの拡張機能で、その主な機能は「Converts HexString data into text and back.」です。
拡張機能のスクリーンショット
HexString Converter拡張機能のCRXファイルをダウンロード
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. 拡張機能の基本情報
| 名前 | |
| 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"
}
} | |