USOS średnia
Rozszerzenie liczące średnia w USOS.
Was ist USOS średnia?
USOS średnia ist eine Chrome-Erweiterung, die von badochov entwickelt wurde, und ihr Hauptmerkmal ist "Rozszerzenie liczące średnia w USOS.".
Erweiterungsscreenshots
USOS średnia-Erweiterungs-CRX-Datei herunterladen
Laden Sie USOS średnia-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        Rozszerzenie liczące średnią w USOSie. W przypadku poprawki liczy średnią z dwóch ocen.
Można za pomocą checkboxów uwzględniać ocenę w średniej lub nie. 
Obecnie liczy średnią na USOS:
UW(w tym wydziałowych)                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | lbbbenibppgfmakcjpdchgdkjfeipndb | 
| Offizielle URL | https://chromewebstore.google.com/detail/usos-%C5%9Brednia/lbbbenibppgfmakcjpdchgdkjfeipndb | 
| Beschreibung | Rozszerzenie liczące średnia w USOS. | 
| Dateigröße | 12.34 KB | 
| Installationsanzahl | 816 | 
| Aktuelle Version | 1.7.0 | 
| Letztes Update | 2023-10-16 | 
| Veröffentlichungsdatum | 2022-07-08 | 
| Bewertung | 4.33/5 Insgesamt 6 Bewertungen | 
| Entwickler | badochov | 
| [email protected] | |
| Zahlungsart | free | 
| Erweiterungswebsite | https://github.com/badochov/usos-srednia | 
| Hilfeseite URL | https://github.com/badochov/usos-srednia/issues | 
| Unterstützte Sprachen | pl | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "USOS \u015brednia",
    "version": "1.7.0",
    "description": "Rozszerzenie licz\u0105ce \u015brednia w USOS.",
    "content_scripts": [
        {
            "js": [
                "content\/import-index.js"
            ],
            "css": [
                "content\/style.css"
            ],
            "matches": [
                "https:\/\/*\/kontroler.php?_action=dla_stud\/studia\/oceny\/index*",
                "https:\/\/*\/kontroler.php?_action=dla_stud%2Fstudia%2Foceny%2Findex*"
            ]
        }
    ],
    "browser_specific_settings": {
        "gecko_android": []
    },
    "web_accessible_resources": [
        {
            "resources": [
                "chunks\/*-*.js",
                "content\/index.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}  |  |