LMS

LMS

Organize tables for LMS

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "LMS",
  "version": "3.3",
  "description": "Organize tables for LMS",
  "content_scripts": [
    {
      "matches": [
        "*://*.lms.tsu.ge/StudentCard/*",
        "*://*.lms.tsu.ge/MyCourses/Schedule/*"
      ],
      "js": [
        "background.js"
      ]
    }
  ],
  "manifest_version": 2
}