Examine source code of Intelligent Tutoring System

Inspect and view changes in Intelligent Tutoring System source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Intelligent Tutoring System",
  "version": "1.0.7",
  "description": "Intelligent Tutoring System",
  "host_permissions": [
    "https://coursemology.org/*",
    "https://its.comp.nus.edu.sg/*"
  ],
  "action": {
    "default_title": "ITS",
    "default_popup": "popup.html",
    "default_icon": "icons/its.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "scripting"
  ]
}