BGUGrades
BGU grades extension
BGUGradesとは何ですか?
BGUGradesはbgugradesextによって開発されたChromeの拡張機能で、その主な機能は「BGU grades extension」です。
拡張機能のスクリーンショット
BGUGrades拡張機能のCRXファイルをダウンロード
BGUGrades拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | gaikepdjbdbdhabmdgilcjpinlgfmonp |
| 公式URL | https://chrome.google.com/webstore/detail/bgugrades/gaikepdjbdbdhabmdgilcjpinlgfmonp |
| 説明 | BGU grades extension |
| ファイルサイズ | 12.42 KB |
| インストール数 | 21 |
| 現在のバージョン | 0.5.5 |
| 最終更新日 | 2017-03-28 |
| 公開日 | 2017-03-28 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | bgugradesext |
| 支払い方法 | free |
| 対応言語 | |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "BGUGrades",
"description": "BGU grades extension",
"version": "0.5.5",
"icons": {
"16": "img\/icon16.png",
"32": "img\/icon32.png",
"64": "img\/icon64.png",
"128": "img\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/bgu4u.bgu.ac.il\/pls\/scwp\/*"
],
"js": [
"js\/popup-insertion.js",
"js\/scwp.js"
],
"run_at": "document_start"
},
{
"matches": [
"https:\/\/bgu4u.bgu.ac.il\/html\/annual\/*"
],
"js": [
"js\/popup-insertion.js",
"js\/annual.js"
],
"run_at": "document_start"
}
],
"browser_action": {
"default_icon": "img\/icon16.png",
"default_popup": "ext_window.html"
},
"permissions": [
"activeTab",
"https:\/\/bgugrades.herokuapp.com\/"
]
} | |