Binaringa

Transforma binario a texto y viceversa. Autor: taringa.net/BestDravenLA

Binaringa là gì?

Binaringa là một tiện ích mở rộng Chrome được phát triển bởi CloudLoot, và tính năng chính của nó là "Transforma binario a texto y viceversa. Autor: taringa.net/BestDravenLA".

Ả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 Binaringa

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

                        Al clickear el ícono de la extensión todo texto en la pestaña seleccionada que tenga forma de binario será convertida a ASCII.

[v2.0] Si tiene texto seleccionado, aparecerá un cuadro de diálogo con el texto pasado a binario.                    

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

Tên Binaringa Binaringa
ID lpfjbmkaigfomgpckgcliaamkobnonom
URL Chính Thức https://chromewebstore.google.com/detail/binaringa/lpfjbmkaigfomgpckgcliaamkobnonom
Mô tả Transforma binario a texto y viceversa. Autor: taringa.net/BestDravenLA
Kích Thước Tệp 7.68 KB
Số Lần Cài Đặt 112
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2017-03-31
Ngày Phát Hành 2017-03-31
Đánh Giá 4.50/5 Tổng số 12 Đánh Giá
Nhà Phát Triển CloudLoot
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Binaringa",
    "description": "Transforma binario a texto y viceversa. Autor: taringa.net\/BestDravenLA",
    "version": "2.0",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "contentscript.js",
            "contentscript2.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Transformar binario a texto. Para texto a binario, antes seleccione el texto a transformar."
    },
    "manifest_version": 2
}