Tally-Ho! Firefox

Examine source code of Tally-Ho!

Inspect and view changes in Tally-Ho! source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tally-Ho!",
  "version": "1.0",
  "description": "A simple tally counter for the browser.",
  "icons": {
    "48": "icons/icon.svg"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.mozilla.org/*"
      ],
      "js": [
        "tallyho.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icons/icon.svg",
    "default_title": "Tally-Ho!",
    "default_popup": "main.html"
  }
}

Best Tally-Ho! Alternatives

Here are some Firefox add-ons that are similar to Tally-Ho!: