USOS średnia

Rozszerzenie liczące średnia w USOS.

What is USOS średnia?

USOS średnia is a Chrome extension developed by badochov, and its main feature is "Rozszerzenie liczące średnia w USOS.".

Extension Screenshots

screenshot

Download USOS średnia Extension CRX File

Download USOS średnia extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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)                    

Extension Basic Information

Name USOS średnia USOS średnia
ID lbbbenibppgfmakcjpdchgdkjfeipndb
Official URL https://chromewebstore.google.com/detail/usos-%C5%9Brednia/lbbbenibppgfmakcjpdchgdkjfeipndb
Description Rozszerzenie liczące średnia w USOS.
File Size 12.34 KB
Installation Count 816
Current Version 1.7.0
Last Updated 2023-10-16
Publish Date 2022-07-08
Rating 4.33/5 Total 6 Ratings
Developer badochov
Email [email protected]
Payment Type free
Extension Website https://github.com/badochov/usos-srednia
Help Page URL https://github.com/badochov/usos-srednia/issues
Supported Languages 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:\/\/*\/*"
            ]
        }
    ]
}