CSES Problem Tracker Firefox

Examine source code of CSES Problem Tracker

提供元: Mittu
Inspect and view changes in CSES Problem Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "CSES Problem Tracker",
  "version": "3.0",
  "description": "Track CSES progress, streaks, daily goals, heatmap, notes, and a VS Code-style code editor.",
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://cses.fi/problemset/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "cses-tracker@mycustomdomain.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "128": "icon.jpeg"
  }
}

ベストのCSES Problem Tracker代替案

CSES Problem Trackerに類似したFirefox add-onをいくつか紹介します: