Tab Info Helper Firefox

Examine source code of Tab Info Helper

By: sunwin
Inspect and view changes in Tab Info Helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab Info Helper",
  "version": "1.0.0",
  "author": "Your Name",
  "description": "View and copy the current tab's title and URL, and optionally compute a quick word count. Minimal-permission, AMO-compliant.",
  "browser_specific_settings": {
    "gecko": {
      "id": "tab-info-helper-20251027@local",
      "strict_min_version": "58.0"
    }
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Tab Info",
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true,
    "open_in_tab": false
  },
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  }
}

Best Tab Info Helper Alternatives

Here are some Firefox add-ons that are similar to Tab Info Helper: