Binaringa

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

What is Binaringa?

Binaringa is a Chrome extension developed by CloudLoot, and its main feature is "Transforma binario a texto y viceversa. Autor: taringa.net/BestDravenLA".

Extension Screenshots

screenshot

Download Binaringa Extension CRX File

Download Binaringa extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Binaringa Binaringa
ID lpfjbmkaigfomgpckgcliaamkobnonom
Official URL https://chromewebstore.google.com/detail/binaringa/lpfjbmkaigfomgpckgcliaamkobnonom
Description Transforma binario a texto y viceversa. Autor: taringa.net/BestDravenLA
File Size 7.68 KB
Installation Count 112
Current Version 2.0
Last Updated 2017-03-31
Publish Date 2017-03-31
Rating 4.50/5 Total 12 Ratings
Developer CloudLoot
Payment Type free
Supported Languages 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
}