Binaringa
Transforma binario a texto y viceversa. Autor: taringa.net/BestDravenLA
什么是Binaringa?
Binaringa是由CloudLoot开发的Chrome扩展程序,该扩展的主要功能是“Transforma binario a texto y viceversa. Autor: taringa.net/BestDravenLA”。
扩展截图
下载Binaringa扩展crx文件
下载Binaringa扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        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.                     扩展基本信息
| 名称 |   |  
| ID | lpfjbmkaigfomgpckgcliaamkobnonom | 
| 官方URL | https://chromewebstore.google.com/detail/binaringa/lpfjbmkaigfomgpckgcliaamkobnonom | 
| 简介 | Transforma binario a texto y viceversa. Autor: taringa.net/BestDravenLA | 
| 文件大小 | 7.68 KB | 
| 安装次数 | 112 | 
| 当前版本 | 2.0 | 
| 更新时间 | 2017-03-31 | 
| 上架时间 | 2017-03-31 | 
| 评分 | 4.50/5 共12次评分 | 
| 开发者 | CloudLoot | 
| 付费类型 | free | 
| 支持的语言 | 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
}  |  |