Tab Age Timer Firefox

Examine source code of Tab Age Timer

Inspect and view changes in Tab Age Timer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab Age Timer",
  "version": "1.0.1",
  "description": "Shows how long each tab has been open, counting up in the tab title.",
  "author": "Cygnus X Enterprises LLC",
  "homepage_url": "https://cygnusx.com",
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_title": "Tab Age Timer"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{46e6c441-59f6-40fe-8ebd-98792387f053}"
    }
  }
}

Meilleures alternatives Tab Age Timer

Voici quelques Firefox add-ons qui sont similaires à Tab Age Timer :