base64 to binary

base64 to binary

Decodes base64 string to and from array of bytes or ASCII string

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "base64 to binary",
  "version": "0.1",
  "manifest_version": 2,
  "author": "Anton Sergeyev",
  "description": "Decodes base64 string to and from array of bytes or ASCII string",
  "homepage_url": "https://github.com/xapon/base64-binary-chrome-ext",
  "icons": {
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_icon": "icons/icon64.png",
    "default_title": "base64 to binary",
    "default_popup": "popup.html"
  }
}