Currency Exchange Extension Firefox

Examine source code of Currency Exchange Extension

By: TWD
Inspect and view changes in Currency Exchange Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Currency Exchange Extension",
  "version": "1.0",
  "description": "A simple and fast currency converter that allows users to convert between various currencies using real-time exchange rates. Easily select currencies, view updated rates, and perform conversions with a single click.",
  "permissions": [
    "tabs"
  ],
  "icons": {
    "48": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Currency Exchange"
  },
  "content_security_policy": "script-src 'self'; connect-src 'self' https://globalexchangerate-api.online; object-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "{48cf58c4-26a0-4073-b403-c15c76c8608d}"
    }
  }
}

Best Currency Exchange Extension Alternatives

Here are some Firefox add-ons that are similar to Currency Exchange Extension: