Currenzy - currency conversion Firefox

Examine source code of Currenzy - currency conversion

Inspect and view changes in Currenzy - currency conversion source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Currenzy. Automatic currency conversion",
  "short_name": "Currenzy",
  "version": "2.2.1",
  "description": "Inline currency conversion on any webpage — beautifully.",
  "browser_specific_settings": {
    "gecko": {
      "id": "currenzy@thoughtfultools",
      "strict_min_version": "63.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "developer": {
    "name": "Thoughtful Tools",
    "url": "https://ko-fi.com/thoughtfultools"
  },
  "permissions": [
    "storage",
    "alarms",
    "tabs",
    "contextMenus",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

Best Currenzy - currency conversion Alternatives

Here are some Firefox add-ons that are similar to Currenzy - currency conversion: