Product Comparator Firefox

Examine source code of Product Comparator

Inspect and view changes in Product Comparator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Product Comparator",
  "version": "1.0",
  "description": "Compare products from multiple websites.",
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{523c0cd1-403e-4f27-b557-10a373086754}"
    }
  }
}

Best Product Comparator Alternatives

Here are some Firefox add-ons that are similar to Product Comparator: