BunnyPrice Firefox

Examine source code of BunnyPrice

By: SpikeHD
Inspect and view changes in BunnyPrice source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "BunnyPrice",
  "version": "1.1",
  "description": "Simple extension with misc. price tools",
  "icons": {
    "72": "icons/bunnyprice.png"
  },
  "browser_action": {
    "default_title": "BunnyPrice",
    "default_popup": "src/page/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "src/background/jquery.slim.min.js",
        "src/background/ebayShipping.js",
        "src/background/amazonPriceConvert.js"
      ]
    }
  ],
  "background": {
    "scripts": []
  },
  "permissions": [
    "storage"
  ]
}

Best BunnyPrice Alternatives

Here are some Firefox add-ons that are similar to BunnyPrice: