EduNext Auto Star

Star friends on EduNext with ease

EduNext Auto Star là gì?

EduNext Auto Star là một tiện ích mở rộng Chrome được phát triển bởi inuyashathanhcongnguyen, và tính năng chính của nó là "Star friends on EduNext with ease".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng EduNext Auto Star

Tải xuống các tệp mở rộng EduNext Auto Star dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên EduNext Auto Star EduNext Auto Star
ID ndihnkpljccejlopfngigdlnfmfgpmfk
URL Chính Thức https://chromewebstore.google.com/detail/edunext-auto-star/ndihnkpljccejlopfngigdlnfmfgpmfk
Mô tả Star friends on EduNext with ease
Kích Thước Tệp 36.91 KB
Số Lần Cài Đặt 303
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-03-06
Ngày Phát Hành 2023-03-05
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển inuyashathanhcongnguyen
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}