BGU.Dist

תוסף להצגת התפלגויות ציונים בכלל הקורסים

Hvad er BGU.Dist?

BGU.Dist er en Chrome-udvidelse udviklet af BGU.Dist, og dens hovedfunktion er "תוסף להצגת התפלגויות ציונים בכלל הקורסים".

Udvidelsesskærmbilleder

screenshot
screenshot

Download BGU.Dist-udvidelses-CRX-fil

Download BGU.Dist-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        התקינו את התוסף ותוכלו לצפות בהתפלגויות ציונים מכלל הקורסים, בכל שנה, סמסטר ומועד. אין צורך בהגדרות, התקינו והשתמשו!                    

Grundlæggende oplysninger om udvidelsen

Navn BGU.Dist BGU.Dist
ID caapppcakanllhbknaepljddjaecfiod
Officiel URL https://chromewebstore.google.com/detail/bgudist/caapppcakanllhbknaepljddjaecfiod
Beskrivelse תוסף להצגת התפלגויות ציונים בכלל הקורסים
Filstørrelse 254 KB
Antal Installationer 12
Nuværende Version 0.9.3
Senest Opdateret 2019-11-07
Udgivelsesdato 2019-11-07
Udvikler BGU.Dist
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/BGUDist/BGU.Dist/wiki/Setup
Hjælpeside-URL https://github.com/BGUDist/BGU.Dist/wiki/Setup
Understøttede Sprog iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BGU.Dist",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "description": "\u05ea\u05d5\u05e1\u05e3 \u05dc\u05d4\u05e6\u05d2\u05ea \u05d4\u05ea\u05e4\u05dc\u05d2\u05d5\u05d9\u05d5\u05ea \u05e6\u05d9\u05d5\u05e0\u05d9\u05dd \u05d1\u05db\u05dc\u05dc \u05d4\u05e7\u05d5\u05e8\u05e1\u05d9\u05dd",
    "version": "0.9.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/bgu4u.bgu.ac.il\/pls\/apex\/f?p=109:3*"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "select2.min.js",
                "content.js"
            ],
            "css": [
                "customCss.css",
                "bootstrap.css",
                "select2.min.css"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "browser_action": [],
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": false
    }
}