Garret's PowerSchool Addon for KFHS
Garret's Powerschool extension. Adds theme(s) and grade calculation abilities.
Garret's PowerSchool Addon for KFHS란 무엇입니까?
Garret's PowerSchool Addon for KFHS은(는) Garret에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Garret's Powerschool extension. Adds theme(s) and grade calculation abilities."입니다.
확장 프로그램 스크린샷
Garret's PowerSchool Addon for KFHS 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
**2017-12-15 fixed semester 2 thing **2017-12-14 made it stop saying it reads your browser history because it doesn't. Garret's Powerschool extension. Adds theme(s) and grade calculation abilities.
확장 프로그램 기본 정보
이름 | Garret's PowerSchool Addon for KFHS |
ID | loabipjaabmcjhnopnnagllpopljabnp |
공식 URL | https://chromewebstore.google.com/detail/garrets-powerschool-addon/loabipjaabmcjhnopnnagllpopljabnp |
설명 | Garret's Powerschool extension. Adds theme(s) and grade calculation abilities. |
파일 크기 | 354 KB |
설치 횟수 | 25 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2017-12-15 |
출시 날짜 | 2017-12-15 |
개발자 | Garret |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "browser_action": { "default_icon": "gpowerschool.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "js\/content.js" ], "matches": [ "https:\/\/ps-ket.metasolutions.net\/*" ] }, { "js": [ "js\/styles.js" ], "matches": [ "https:\/\/ps-ket.metasolutions.net\/*" ], "run_at": "document_start" } ], "description": "Garret's Powerschool extension. Adds theme(s) and grade calculation abilities.", "icons": { "256": "gpowerschoolicon.png", "32": "gpowerschool.png" }, "manifest_version": 2, "name": "Garret's PowerSchool Addon for KFHS", "permissions": [ "storage" ], "short_name": "gPS", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.2", "web_accessible_resources": [ "js\/gpowerschool.js", "js\/styles.js", "snow.gif", "christmas.css" ] } |