How big is that? Firefox

Examine source code of How big is that?

Inspect and view changes in How big is that? source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "How big is that?",
  "version": "1.3",
  "description": "How big is that?",
  "homepage_url": "https://github.com/vantezzen/howbigisthat",
  "icons": {
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png"
  },
  "permissions": [
    "contextMenus",
    "activeTab",
    "storage"
  ],
  "options_ui": {
    "page": "options/index.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "inject.html"
  ]
}

Best How big is that? Alternatives

Here are some Firefox add-ons that are similar to How big is that?: