Auto EduNext
Automatically grade on Edunext
Auto EduNextとは何ですか?
Auto EduNextはminhdung25によって開発されたChromeの拡張機能で、その主な機能は「Automatically grade on Edunext」です。
拡張機能のスクリーンショット
Auto EduNext拡張機能のCRXファイルをダウンロード
Auto EduNext拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Step 1: Install extension to your device
Step 2: Click reload page to use,
Step 3: Click on the "Grade on groupmates" button and then automatically rate 5 stars (member rating)
Or click on the "Grade" button and then automatically rate the presentation 5 stars (score the presentation).
Step 4: Click the "Grade" button to record the score
- If you are not satisfied with the 5-star score, please turn off the extension, then reload the page and rate it as you like.                     拡張機能の基本情報
| 名前 |   |  
| ID | pdpfekfaombegelehblceefphdfacpia | 
| 公式URL | https://chromewebstore.google.com/detail/auto-edunext/pdpfekfaombegelehblceefphdfacpia | 
| 説明 | Automatically grade on Edunext | 
| ファイルサイズ | 25.8 KB | 
| インストール数 | 6,000 | 
| 現在のバージョン | 1.1.5 | 
| 最終更新日 | 2023-11-26 | 
| 公開日 | 2023-06-19 | 
| 評価 | 5.00/5 合計 19 レビュー | 
| 開発者 | minhdung25 | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Auto EduNext",
    "version": "1.1.5",
    "icons": {
        "128": "icon.png"
    },
    "description": "Automatically grade on Edunext",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/fu-edunext.fpt.edu.vn\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    }
}  |  |