Base64 decoder Firefox

Examine source code of Base64 decoder

Inspect and view changes in Base64 decoder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Base64 decoder",
  "version": "1.2",
  "description": "Decode Base64 string in omnibox",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "omnibox": {
    "keyword": "base"
  },
  "manifest_version": 2
}

ベストのBase64 decoder代替案

Base64 decoderに類似したFirefox add-onをいくつか紹介します: