BGU.Dist
תוסף להצגת התפלגויות ציונים בכלל הקורסים
BGU.Distとは何ですか?
BGU.DistはBGU.Distによって開発されたChromeの拡張機能で、その主な機能は「תוסף להצגת התפלגויות ציונים בכלל הקורסים」です。
拡張機能のスクリーンショット
BGU.Dist拡張機能のCRXファイルをダウンロード
BGU.Dist拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
התקינו את התוסף ותוכלו לצפות בהתפלגויות ציונים מכלל הקורסים, בכל שנה, סמסטר ומועד. אין צורך בהגדרות, התקינו והשתמשו! 拡張機能の基本情報
| 名前 | |
| ID | caapppcakanllhbknaepljddjaecfiod |
| 公式URL | https://chromewebstore.google.com/detail/bgudist/caapppcakanllhbknaepljddjaecfiod |
| 説明 | תוסף להצגת התפלגויות ציונים בכלל הקורסים |
| ファイルサイズ | 254 KB |
| インストール数 | 12 |
| 現在のバージョン | 0.9.3 |
| 最終更新日 | 2019-11-07 |
| 公開日 | 2019-11-07 |
| 開発者 | BGU.Dist |
| Eメール | [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
}
} | |