EduNext Auto Star
Star friends on EduNext with ease
什麼是EduNext Auto Star?
EduNext Auto Star是由inuyashathanhcongnguyen開發的Chrome擴展程式,該擴展的主要功能是“Star friends on EduNext with ease”。
擴展截圖
下載EduNext Auto Star擴展crx文件
下載EduNext Auto Star擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension automates the group grading process on EduNext.
With only the click of a button, it will automatically grade all groupmates with a specific number of stars
User can also freely customize the default number of stars which will be saved across browser sessions 擴展基本資訊
| 名稱 | |
| ID | ndihnkpljccejlopfngigdlnfmfgpmfk |
| 官方網址 | https://chromewebstore.google.com/detail/edunext-auto-star/ndihnkpljccejlopfngigdlnfmfgpmfk |
| 簡介 | Star friends on EduNext with ease |
| 檔案大小 | 36.91 KB |
| 安裝次數 | 303 |
| 目前版本 | 1.0 |
| 更新時間 | 2023-03-06 |
| 上架時間 | 2023-03-05 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | inuyashathanhcongnguyen |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "EduNext Auto Star",
"description": "Star friends on EduNext with ease",
"version": "1.0",
"action": {
"default_popup": "popup\/popup.html",
"default_icon": "images\/logo.png"
},
"permissions": [
"scripting",
"storage"
],
"host_permissions": [
"https:\/\/fu.edunext.vn\/*"
]
} | |