tab-events-tab-events Firefox

Examine source code of tab-events-tab-events

By: tqdv Add-on
Inspect and view changes in tab-events-tab-events source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "tab-events-tab-events",
  "description": "A utility addon that prints out tab related events",
  "version": "0.1.2",
  "author": "Tilwa Qendov",
  "homepage_url": "https://github.com/tqdv/tab-events-tab-events",
  "icons": {
    "1": "icons/icon.plain.svg"
  },
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/icon.plain.svg",
    "theme_icons": [
      {
        "size": 16,
        "dark": "icons/icon.plain.svg",
        "light": "icons/icon-dark.plain.svg"
      }
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "tab-events-tab-events@tqdv.addons.mozilla.org",
      "strict_min_version": "55.0"
    }
  }
}

Best tab-events-tab-events Alternatives

Here are some Firefox add-ons that are similar to tab-events-tab-events: