Examine source code of Izboljšaj VIS@FGG

Inspect and view changes in Izboljšaj VIS@FGG 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": 2,
  "name": "Izboljšaj VIS@FGG",
  "version": "1.0",
  "description": "Doda gumb za izvoz v koledar na VIS FGG.",
  "content_scripts": [
    {
      "matches": [
        "*://visfgg.uni-lj.si/profesor_pregled_1.asp"
      ],
      "all_frames": true,
      "js": [
        "FGG-VIS-izboljsevalnik.js"
      ]
    }
  ]
}