Binary translator

Translates Binary text on mouseover

Binary translator là gì?

Binary translator là một tiện ích mở rộng Chrome được phát triển bởi Zuyas, và tính năng chính của nó là "Translates Binary text on mouseover".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Binary translator 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 translator Binary translator
ID fddleocmcfjhifjcenaijiboiafeajej
URL Chính Thức https://chrome.google.com/webstore/detail/binary-translator/fddleocmcfjhifjcenaijiboiafeajej
Mô tả Translates Binary text on mouseover
Kích Thước Tệp 55.49 KB
Số Lần Cài Đặt 50
Phiên Bản Hiện Tại 0.0.3.53
Cập Nhật Lần Cuối 2015-07-31
Ngày Phát Hành 2015-07-31
Đánh Giá 1.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Zuyas
Email [email protected]
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": "Binary translator",
    "short_name": "btl",
    "version": "0.0.3.53",
    "description": "Translates Binary text on mouseover",
    "icons": {
        "16": "icon_128.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "script.min.js",
                "storage.js",
                "zTip.js"
            ],
            "css": [
                "style.css",
                "zTip.css"
            ]
        }
    ],
    "browser_action": {
        "icons": [
            "icon.png"
        ],
        "default_icon": "icon.png",
        "default_title": "Binary translator",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage"
    ]
}