DTU Study Progress — MMC Firefox

Examine source code of DTU Study Progress — MMC

Inspect and view changes in DTU Study Progress — MMC source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "DTU Study Progress — MMC",
  "version": "1.0.0",
  "description": "Tracks your MSc Mathematical Modelling and Computation progress toward 120 ECTS, right on studieplan.dtu.dk.",
  "browser_specific_settings": {
    "gecko": {
      "id": "dtu-mmc-progress@local",
      "strict_min_version": "115.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://studieplan.dtu.dk/*",
    "https://www.dtu.dk/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_title": "DTU Study Progress",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://studieplan.dtu.dk/*"
      ],
      "js": [
        "src/requirements.js",
        "src/curriculum.js",
        "src/engine.js",
        "src/scrape.js",
        "src/store.js",
        "src/panel.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Meilleures alternatives DTU Study Progress — MMC

Voici quelques Firefox add-ons qui sont similaires à DTU Study Progress — MMC :