Binaringa

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

Wat is Binaringa?

Binaringa is een Chrome-extensie ontwikkeld door CloudLoot, en de belangrijkste functie is "Transforma binario a texto y viceversa. Autor: taringa.net/BestDravenLA".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Binaringa

Download Binaringa-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Binaringa Binaringa
ID lpfjbmkaigfomgpckgcliaamkobnonom
Officiële URL https://chromewebstore.google.com/detail/binaringa/lpfjbmkaigfomgpckgcliaamkobnonom
Beschrijving Transforma binario a texto y viceversa. Autor: taringa.net/BestDravenLA
Bestandsgrootte 7.68 KB
Aantal Installaties 112
Huidige Versie 2.0
Laatst Bijgewerkt 2017-03-31
Publicatiedatum 2017-03-31
Beoordeling 4.50/5 Totaal 12 Beoordelingen
Ontwikkelaar CloudLoot
Betalingswijze free
Ondersteunde Talen 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
}