Binaringa

Binaringa

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

Merlin
Additional files are visible only to premium users

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
}