Bayesian Weighted Rating Calculator Firefox

Examine source code of Bayesian Weighted Rating Calculator

Inspect and view changes in Bayesian Weighted Rating Calculator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Weighted Rating Calculator",
  "version": "1.0",
  "description": "This calculator computes the Bayesian Weighted Rating for products based on their average rating and number of ratings. It uses a Bayesian average to balance the product's score with a global average, ensuring fairer comparisons for items with fewer ratings.",
  "icons": {
    "48": "icons/rating-48.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "clipboardWrite"
  ],
  "sidebar_action": {
    "default_icon": "icons/rating-48.png",
    "default_title": "Weighted Rating Calculator",
    "default_panel": "sidebar.html"
  },
  "browser_action": {
    "default_icon": "icons/rating-48.png",
    "default_title": "Open Weighted Rating Calculator"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{32d57c0e-94fc-47d0-b001-879f6a7810a6}"
    }
  }
}

Best Bayesian Weighted Rating Calculator Alternatives

Here are some Firefox add-ons that are similar to Bayesian Weighted Rating Calculator: