Task Catcher Firefox

Examine source code of Task Catcher

Inspect and view changes in Task Catcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Task Catcher",
  "version": "1.0.0",
  "description": "Paste notes or AI chat transcripts and turn them into a tracked task list, using a free LLM you configure.",
  "browser_specific_settings": {
    "gecko": {
      "id": "task-catcher@local",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "personalCommunications"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://api.groq.com/*",
    "https://generativelanguage.googleapis.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Task Catcher",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

Meilleures alternatives Task Catcher

Voici quelques Firefox add-ons qui sont similaires à Task Catcher :