Base64ify Firefox

Examine source code of Base64ify

Inspect and view changes in Base64ify source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Base64ify",
  "version": "1.1resigned1",
  "description": "Pops up with a dialog box allowing the encode/decode of text into base64. Useful while developing and need t authenticate using basic auth.",
  "homepage_url": "https://jamesmcnee.com",
  "icons": {
    "48": "icons/64.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "icons/32.png",
    "default_title": "Base64ify",
    "default_popup": "popup/main.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{a079942c-3429-4154-9c09-011f13e47d75}"
    }
  }
}

Best Base64ify Alternatives

Here are some Firefox add-ons that are similar to Base64ify: