Recipe Converter Firefox

Examine source code of Recipe Converter

Inspect and view changes in Recipe Converter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Recipe Converter",
  "version": "1.3",
  "description": "Convert cooking measurements like grams, ounces, cups, and spoons quickly and accurately.",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "browser_action": {
    "default_title": "Recipe Converter",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@Recipe-Converter",
      "data_collection_permissions": {
        "required": [
          "locationInfo"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Best Recipe Converter Alternatives

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