USOS średnia
Rozszerzenie liczące średnia w USOS.
Wat is USOS średnia?
USOS średnia is een Chrome-extensie ontwikkeld door badochov, en de belangrijkste functie is "Rozszerzenie liczące średnia w USOS.".
Extensie Screenshots
Download het CRX-bestand van de extensie USOS średnia
Download USOS średnia-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
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)
Basisinformatie over de Extensie
Naam | USOS średnia |
ID | lbbbenibppgfmakcjpdchgdkjfeipndb |
Officiële URL | https://chromewebstore.google.com/detail/usos-%C5%9Brednia/lbbbenibppgfmakcjpdchgdkjfeipndb |
Beschrijving | Rozszerzenie liczące średnia w USOS. |
Bestandsgrootte | 12.34 KB |
Aantal Installaties | 816 |
Huidige Versie | 1.7.0 |
Laatst Bijgewerkt | 2023-10-16 |
Publicatiedatum | 2022-07-08 |
Beoordeling | 4.33/5 Totaal 6 Beoordelingen |
Ontwikkelaar | badochov |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/badochov/usos-srednia |
Help Pagina-URL | https://github.com/badochov/usos-srednia/issues |
Ondersteunde Talen | 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:\/\/*\/*" ] } ] } |