EduNext Auto Star
Star friends on EduNext with ease
Co to jest EduNext Auto Star?
EduNext Auto Star to rozszerzenie Chrome opracowane przez inuyashathanhcongnguyen, a jego główną funkcją jest „Star friends on EduNext with ease”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia EduNext Auto Star
Pobierz pliki rozszerzeń EduNext Auto Star w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ndihnkpljccejlopfngigdlnfmfgpmfk |
| Oficjalny URL | https://chromewebstore.google.com/detail/edunext-auto-star/ndihnkpljccejlopfngigdlnfmfgpmfk |
| Opis | Star friends on EduNext with ease |
| Rozmiar pliku | 36.91 KB |
| Liczba instalacji | 303 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2023-03-06 |
| Data Publikacji | 2023-03-05 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | inuyashathanhcongnguyen |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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\/*"
]
} | |