PWR-Kalkulator Średniej Ważonej
Ta prosta wtyczka policzy za Ciebie twoją aktualną średnią ważoną.
Wat is PWR-Kalkulator Średniej Ważonej?
PWR-Kalkulator Średniej Ważonej is een Chrome-extensie ontwikkeld door Dominik Gawlak, en de belangrijkste functie is "Ta prosta wtyczka policzy za Ciebie twoją aktualną średnią ważoną.".
Extensie Screenshots
Download het CRX-bestand van de extensie PWR-Kalkulator Średniej Ważonej
Download PWR-Kalkulator Średniej Ważonej-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        Średnia pojawia się automatycznie gdy tylko są wpisane jakieś oceny do indeksu z aktualnego semestru w systemie JSOS.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | bfeabcemghjmlhhfffllgblipblnnlcc | 
| Officiële URL | https://chromewebstore.google.com/detail/pwr-kalkulator-%C5%9Bredniej-w/bfeabcemghjmlhhfffllgblipblnnlcc | 
| Beschrijving | Ta prosta wtyczka policzy za Ciebie twoją aktualną średnią ważoną. | 
| Bestandsgrootte | 105 KB | 
| Aantal Installaties | 460 | 
| Huidige Versie | 1.0 | 
| Laatst Bijgewerkt | 2021-07-08 | 
| Publicatiedatum | 2021-07-06 | 
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen | 
| Ontwikkelaar | Dominik Gawlak | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | pl | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PWR-Kalkulator \u015aredniej Wa\u017conej",
    "version": "1.0",
    "description": "Ta prosta wtyczka policzy za Ciebie twoj\u0105 aktualn\u0105 \u015bredni\u0105 wa\u017con\u0105.",
    "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"
    }
}  |  |