WorkGraph Firefox

Examine source code of WorkGraph

作者: John Arnott Add-on
Inspect and view changes in WorkGraph source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "WorkGraph",
  "version": "1.0.1",
  "description": "WorkGraph AI — Browser activity tracking agent for productivity insights",
  "browser_specific_settings": {
    "gecko": {
      "id": "workgraph@c1m.ai",
      "strict_min_version": "128.0",
      "data_collection_permissions": {
        "required": [
          "browsingActivity",
          "websiteContent"
        ],
        "optional": []
      }
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "tabs",
    "history",
    "storage",
    "webNavigation",
    "activeTab",
    "alarms",
    "idle",
    "nativeMessaging"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/domExtractor.js",
        "content/formDetector.js",
        "content/spaObserver.js",
        "content/content.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "WorkGraph"
  },
  "options_page": "options/options.html"
}

最佳 WorkGraph 替代方案

这里是一些与WorkGraph类似的Firefox add-on: