Students test helper
Students test helper
Students test helperとは何ですか?
Students test helperはkarim4bibipによって開発されたChromeの拡張機能で、その主な機能は「Students test helper」です。
拡張機能のスクリーンショット
Students test helper拡張機能のCRXファイルをダウンロード
Students test helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Додаток для студентів НУБІПа
Він доповнює сайт ельорн відповідями 拡張機能の基本情報
| 名前 | |
| ID | dbfpodedfehloekmfhmjdadipnbfhhng |
| 公式URL | https://chromewebstore.google.com/detail/students-test-helper/dbfpodedfehloekmfhmjdadipnbfhhng |
| 説明 | Students test helper |
| ファイルサイズ | 102 KB |
| インストール数 | 226 |
| 現在のバージョン | 2.0.0 |
| 最終更新日 | 2021-04-28 |
| 公開日 | 2021-04-28 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | karim4bibip |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | uk |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Students test helper",
"description": "Students test helper",
"version": "2.0.0",
"permissions": [
"https:\/\/elearn.nubip.edu.ua\/*",
"https:\/\/stormy-refuge-88605.herokuapp.com\/*"
],
"icons": {
"128": "icon_128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"options_page": "options.html",
"content_scripts": [
{
"matches": [
"https:\/\/elearn.nubip.edu.ua\/*"
],
"run_at": "document_idle",
"js": [
"DBWorker.js",
"content.js"
]
}
]
} | |