Ilias Review Improver (FHDO) Firefox

Examine source code of Ilias Review Improver (FHDO)

By: Dominic Add-on
Inspect and view changes in Ilias Review Improver (FHDO) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Ilias Review Improver",
  "version": "1.3.3",
  "description": "Improve ILIAS answer grading review process. Works only the on the FH-Dortmund ILIAS E-Learning platform.",
  "icons": {
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://openbook.fh-dortmund.de/ilias.php?ref_id*",
        "https://www.ilias.fh-dortmund.de/ilias/ilias.php?ref_id*",
        "https://ilias.th-koeln.de/ilias/ilias.php?ref_id*",
        "https://exam.fh-dortmund.de/ilias.php?ref_id*",
        "https://test7.ilias.de/ilias.php?ref_id*"
      ],
      "js": [
        "dist/main.bundle.js"
      ]
    }
  ],
  "options_ui": {
    "page": "src/settings.html",
    "open_in_tab": false
  },
  "permissions": [
    "https://www.ilias.fh-dortmund.de/ilias/*",
    "https://ilias.th-koeln.de/ilias/*",
    "https://exam.fh-dortmund.de/ilias*",
    "https://test7.ilias.de/ilias*",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "dominic.wrege@fh-dortmund.de"
    }
  }
}

Best Ilias Review Improver (FHDO) Alternatives

Here are some Firefox add-ons that are similar to Ilias Review Improver (FHDO):