PWR-Kalkulator Średniej Ważonej

PWR-Kalkulator Średniej Ważonej

Ta prosta wtyczka policzy za Ciebie twoją aktualną średnią ważoną.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "PWR-Kalkulator Średniej Ważonej",
  "version": "1.0",
  "description": "Ta prosta wtyczka policzy za Ciebie twoją aktualną średnią ważoną.",
  "content_scripts": [
    {
      "matches": [
        "https://jsos.pwr.edu.pl/index.php/student/indeksOceny/oceny/1*"
      ],
      "js": [
        "jquery.3.5.1.min.js",
        "background.js"
      ]
    }
  ],
  "icons": {
    "16": "ext_icon.png",
    "48": "ext_icon.png",
    "128": "ext_icon.png"
  }
}