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" } } |