Binary Converter

Automatically append an ascii translation to any binary code.

Binary Converter là gì?

Binary Converter là một tiện ích mở rộng Chrome được phát triển bởi rustyskates, và tính năng chính của nó là "Automatically append an ascii translation to any binary code.".

Ả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 Binary Converter

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

                                            

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

Tên Binary Converter Binary Converter
ID bjacdlmipkheclhdbkemifnndonapped
URL Chính Thức https://chrome.google.com/webstore/detail/binary-converter/bjacdlmipkheclhdbkemifnndonapped
Mô tả Automatically append an ascii translation to any binary code.
Kích Thước Tệp 38.93 KB
Số Lần Cài Đặt 74
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-06-05
Ngày Phát Hành 2016-06-05
Đánh Giá 3.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển rustyskates
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Binary Converter",
    "description": "Automatically append an ascii translation to any binary code.",
    "version": "1.1",
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "background": "background.html",
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery-1.9.1.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}