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.
擴展基本資訊
名稱 | HexString Converter |
ID | libajdoapablnccbiakfbjjoofohelah |
官方網址 | 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" } } |