Task Time Summary Helper (TTSH) Firefox

Examine source code of Task Time Summary Helper (TTSH)

Inspect and view changes in Task Time Summary Helper (TTSH) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Task Time Summary Helper (TTSH)",
  "version": "1.4.1",
  "description": "Calculates task times in text input fields based on patterns.",
  "author": "Tobias Holstein (ttsh@tobiasholstein.de)",
  "permissions": [
    "storage"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.accso.services/*",
        "*://ttsh.tobiasholstein.de/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "ttsh@tobiasholstein.de",
      "strict_min_version": "91.0"
    }
  }
}

Best Task Time Summary Helper (TTSH) Alternatives

Here are some Firefox add-ons that are similar to Task Time Summary Helper (TTSH):