Demarest GPA Calculator

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

Demarest GPA Calculator란 무엇입니까?

Demarest GPA Calculator은(는) Inpyo Lee에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension calculates the GPA for Northern Valley Regional High School at Demarest Students"입니다.

확장 프로그램 스크린샷

screenshot

Demarest GPA Calculator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Demarest GPA Calculator Demarest GPA Calculator
ID pggbiifbjifdpjccconjffpfaidfifbd
공식 URL https://chromewebstore.google.com/detail/demarest-gpa-calculator/pggbiifbjifdpjccconjffpfaidfifbd
설명 This extension calculates the GPA for Northern Valley Regional High School at Demarest Students
파일 크기 60.47 KB
설치 횟수 549
현재 버전 3.3.1
최근 업데이트 2024-01-09
출시 날짜 2023-01-05
평점 5.00/5 총 1 개의 평점
개발자 Inpyo Lee
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/tenebo/DemarestGPA
도움말 페이지 URL https://www.paypal.com/paypalme/paid529
지원되는 언어 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"
    }
}