base64 to binary

Decodes base64 string to and from array of bytes or ASCII string

base64 to binary là gì?

base64 to binary là một tiện ích mở rộng Chrome được phát triển bởi Anton Sergeyev, và tính năng chính của nó là "Decodes base64 string to and from array of bytes or ASCII string".

Ả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 base64 to binary

Tải xuống các tệp mở rộng base64 to binary 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

                        Decodes base64 string to and from array of bytes or ASCII string.
Suitable for working with binary data that cannot be represented as ASCII string.

Most similar extensions and online tools only try to work with ASCII and display some gibberish when non-printable characters are encountered.

Decode examples:
In: DwCgAAAkAAAeAAA=
Out: 15 0 160 0 0 36 0 0 30 0 0

Encode examples:
In: hello world
Out: aGVsbG8gd29ybGQ=                    

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

Tên base64 to binary base64 to binary
ID ajpoogneninennkhhnbmflmjjcagabpb
URL Chính Thức https://chromewebstore.google.com/detail/base64-to-binary/ajpoogneninennkhhnbmflmjjcagabpb
Mô tả Decodes base64 string to and from array of bytes or ASCII string
Kích Thước Tệp 24.75 KB
Số Lần Cài Đặt 55
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2017-07-16
Ngày Phát Hành 2017-07-15
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Anton Sergeyev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/xapon/base64-binary-chrome-ext
URL Trang Trợ Giúp https://github.com/xapon/base64-binary-chrome-ext/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "base64 to binary",
    "version": "0.1",
    "manifest_version": 2,
    "author": "Anton Sergeyev",
    "description": "Decodes base64 string to and from array of bytes or ASCII string",
    "homepage_url": "https:\/\/github.com\/xapon\/base64-binary-chrome-ext",
    "icons": {
        "128": "icons\/icon128.png",
        "64": "icons\/icon64.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon64.png",
        "default_title": "base64 to binary",
        "default_popup": "popup.html"
    }
}