Number Base Converter Firefox

Examine source code of Number Base Converter

By: Zion
Inspect and view changes in Number Base Converter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Number Base Converter",
  "version": "2934",
  "description": "Convert numbers between binary, octal, decimal, and hexadecimal. Shows ASCII/Unicode character for single values.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{d0215e4f-9baa-4dd5-887f-5c1e62d0dd42}",
      "strict_min_version": "96.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "browser_action": {
    "default_icon": {
      "16": "assets/icons/icon16.png",
      "32": "assets/icons/icon32.png",
      "48": "assets/icons/icon48.png",
      "96": "assets/icons/icon96.png",
      "128": "assets/icons/icon128.png"
    },
    "default_title": "Number Base Converter",
    "default_popup": "src/popup.html"
  },
  "icons": {
    "16": "assets/icons/icon16.png",
    "32": "assets/icons/icon32.png",
    "48": "assets/icons/icon48.png",
    "96": "assets/icons/icon96.png",
    "128": "assets/icons/icon128.png"
  },
  "permissions": [
    "clipboardWrite"
  ]
}

Best Number Base Converter Alternatives

Here are some Firefox add-ons that are similar to Number Base Converter: