EduNext Auto Star
Star friends on EduNext with ease
Wat is EduNext Auto Star?
EduNext Auto Star is een Chrome-extensie ontwikkeld door inuyashathanhcongnguyen, en de belangrijkste functie is "Star friends on EduNext with ease".
Extensie Screenshots
Download het CRX-bestand van de extensie EduNext Auto Star
Download EduNext Auto Star-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | ndihnkpljccejlopfngigdlnfmfgpmfk |
| Officiële URL | https://chromewebstore.google.com/detail/edunext-auto-star/ndihnkpljccejlopfngigdlnfmfgpmfk |
| Beschrijving | Star friends on EduNext with ease |
| Bestandsgrootte | 36.91 KB |
| Aantal Installaties | 303 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2023-03-06 |
| Publicatiedatum | 2023-03-05 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | inuyashathanhcongnguyen |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/*"
]
} | |