Demarest GPA Calculator

This extension calculates the GPA for Northern Valley Regional High School at Demarest Students

Demarest GPA Calculator là gì?

Demarest GPA Calculator là một tiện ích mở rộng Chrome được phát triển bởi Inpyo Lee, và tính năng chính của nó là "This extension calculates the GPA for Northern Valley Regional High School at Demarest Students".

Ả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 Demarest GPA Calculator

Tải xuống các tệp mở rộng Demarest GPA Calculator 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

                        free, easy, and open-source GPA calculator for NVD students.

Feedback:
https://github.com/tenebo/DemarestGPA/issues


Change Log:
[3.3.0]
- patch genesis changes

[3.2.1]
- patch genesis changes

[3.2]
- update calculation to see final

[3.1]
- update calculation

[3.0]
- update calculation

[2.0]
- Add unweighted gpa calculation
- Add outcome of GPA by changes in grade

[1.3]
- Remove auto-calculate permission without clicking the app

[1.2]
- Update UI
- Minify code 130KB to 78KB
- Add auto-calculate permission

[1.1]
- First release                    

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

Tên Demarest GPA Calculator Demarest GPA Calculator
ID pggbiifbjifdpjccconjffpfaidfifbd
URL Chính Thức https://chromewebstore.google.com/detail/demarest-gpa-calculator/pggbiifbjifdpjccconjffpfaidfifbd
Mô tả This extension calculates the GPA for Northern Valley Regional High School at Demarest Students
Kích Thước Tệp 60.47 KB
Số Lần Cài Đặt 549
Phiên Bản Hiện Tại 3.3.1
Cập Nhật Lần Cuối 2024-01-09
Ngày Phát Hành 2023-01-05
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Inpyo Lee
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/tenebo/DemarestGPA
URL Trang Trợ Giúp https://www.paypal.com/paypalme/paid529
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Demarest GPA Calculator",
    "description": "This extension calculates the GPA for Northern Valley Regional High School at Demarest Students",
    "version": "3.3.1",
    "author": "Inpyo Lee",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_icon": ".\/images\/icon.png",
        "default_title": "Demarest GPA",
        "default_popup": ".\/popup.html"
    }
}