Base64 URL Decoder Firefox

Examine source code of Base64 URL Decoder

Par : arunpdl
Inspect and view changes in Base64 URL Decoder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Base64 Decoder",
  "version": "0.1",
  "author": "arunpdl",
  "description": "Converts base64 encoded links and copies to clipboard and opens them in separate tab ",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "120": "icon120.png"
  },
  "permissions": [
    "contextMenus",
    "clipboardWrite",
    "storage"
  ]
}

Meilleures alternatives Base64 URL Decoder

Voici quelques Firefox add-ons qui sont similaires à Base64 URL Decoder :