Gradescope Grade Calculator
Calculates average grades on Gradescope. This extension is not associated with Gradescope or its parent company.
Gradescope Grade Calculator란 무엇입니까?
Gradescope Grade Calculator은(는) gradescopecalculator에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Calculates average grades on Gradescope. This extension is not associated with Gradescope or its parent company."입니다.
확장 프로그램 스크린샷
Gradescope Grade Calculator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Calculates average grades on Gradescope. This extension is not associated with Gradescope or its parent company.
확장 프로그램 기본 정보
이름 | Gradescope Grade Calculator |
ID | alhgdioldhlhioomehokfodaopjlmbdb |
공식 URL | https://chromewebstore.google.com/detail/gradescope-grade-calculat/alhgdioldhlhioomehokfodaopjlmbdb |
설명 | Calculates average grades on Gradescope. This extension is not associated with Gradescope or its parent company. |
파일 크기 | 13.67 KB |
설치 횟수 | 226 |
현재 버전 | 1.03 |
최근 업데이트 | 2022-11-06 |
출시 날짜 | 2022-08-31 |
개발자 | gradescopecalculator |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Gradescope Grade Calculator", "version": "1.03", "content_scripts": [ { "matches": [ "https:\/\/www.gradescope.com\/courses\/*" ], "js": [ "content.js" ] } ], "icons": { "128": "Calculator.png" }, "action": { "default_icon": "Calculator.png", "default_popup": "index.html", "default_title": "Popup" } } |