BGU.Dist

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

BGU.Dist란 무엇입니까?

BGU.Dist은(는) BGU.Dist에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "תוסף להצגת התפלגויות ציונים בכלל הקורסים"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

BGU.Dist 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 BGU.Dist BGU.Dist
ID caapppcakanllhbknaepljddjaecfiod
공식 URL https://chromewebstore.google.com/detail/bgudist/caapppcakanllhbknaepljddjaecfiod
설명 תוסף להצגת התפלגויות ציונים בכלל הקורסים
파일 크기 254 KB
설치 횟수 12
현재 버전 0.9.3
최근 업데이트 2019-11-07
출시 날짜 2019-11-07
개발자 BGU.Dist
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/BGUDist/BGU.Dist/wiki/Setup
도움말 페이지 URL https://github.com/BGUDist/BGU.Dist/wiki/Setup
지원되는 언어 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
    }
}