Small currency calculator KZT->RUB Firefox

Examine source code of Small currency calculator KZT->RUB

Inspect and view changes in Small currency calculator KZT->RUB source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Currency Calculator",
  "version": "1.1.0",
  "description": "Quick currency converter from KZT to RUB. Uses the exchange rates from CBR daily",
  "browser_specific_settings": {
    "gecko": {
      "id": "{a1b2c3d4-e5f6-47a8-b9c0-d1e2f3a4b556}",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "alarms",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "utils/storage.js",
      "utils/currency.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Currency Calculator",
    "default_popup": "popup.html",
    "default_icon": "icons/icon-48.svg"
  },
  "icons": {
    "16": "icons/icon-16.svg",
    "48": "icons/icon-48.svg",
    "128": "icons/icon-128.svg"
  }
}

Best Small currency calculator KZT->RUB Alternatives

Here are some Firefox add-ons that are similar to Small currency calculator KZT->RUB: