HexString Converter

Converts HexString data into text and back.

HexString Converter là gì?

HexString Converter là một tiện ích mở rộng Chrome được phát triển bởi Jiri Hlusi, và tính năng chính của nó là "Converts HexString data into text and back.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng HexString Converter

Tải xuống các tệp mở rộng HexString Converter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên HexString Converter HexString Converter
ID libajdoapablnccbiakfbjjoofohelah
URL Chính Thức https://chromewebstore.google.com/detail/hexstring-converter/libajdoapablnccbiakfbjjoofohelah
Mô tả Converts HexString data into text and back.
Kích Thước Tệp 324 KB
Số Lần Cài Đặt 796
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2013-08-06
Ngày Phát Hành 2013-08-06
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Jiri Hlusi
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}