BGU.Dist

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

What is BGU.Dist?

BGU.Dist is a Chrome extension developed by BGU.Dist, and its main feature is "תוסף להצגת התפלגויות ציונים בכלל הקורסים".

Extension Screenshots

screenshot
screenshot

Download BGU.Dist Extension CRX File

Download BGU.Dist 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

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

Extension Basic Information

Name BGU.Dist BGU.Dist
ID caapppcakanllhbknaepljddjaecfiod
Official URL https://chromewebstore.google.com/detail/bgudist/caapppcakanllhbknaepljddjaecfiod
Description תוסף להצגת התפלגויות ציונים בכלל הקורסים
File Size 254 KB
Installation Count 12
Current Version 0.9.3
Last Updated 2019-11-07
Publish Date 2019-11-07
Developer BGU.Dist
Email [email protected]
Payment Type free
Extension Website https://github.com/BGUDist/BGU.Dist/wiki/Setup
Help Page URL https://github.com/BGUDist/BGU.Dist/wiki/Setup
Supported Languages 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
    }
}