Popculator Firefox

Examine source code of Popculator

By: Purhan
Inspect and view changes in Popculator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Popculator",
  "version": "1.1",
  "description": "A simple Calculator Addon for Firefox",
  "icons": {
    "48": "48.png",
    "96": "96.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "Calculator.png",
    "default_title": "Popculator",
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "script.js"
      ]
    }
  ]
}

Best Popculator Alternatives

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