Planner Helper
Hooks the class planner up to CAPE and Grade Distributions
Planner Helper란 무엇입니까?
Planner Helper은(는) J Delaney에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hooks the class planner up to CAPE and Grade Distributions"입니다.
확장 프로그램 스크린샷
Planner Helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tired of needing to have tons of tabs open when planning classes? Now you don't need to. This extensions hooks up to the class planner allowing you to see all you need to know about a professor. It includes their grade distributions, and CAPE reviews.
확장 프로그램 기본 정보
이름 | Planner Helper |
ID | omoljdnncdeeglgmagijlamhjlagobep |
공식 URL | https://chromewebstore.google.com/detail/planner-helper/omoljdnncdeeglgmagijlamhjlagobep |
설명 | Hooks the class planner up to CAPE and Grade Distributions |
파일 크기 | 82.03 KB |
설치 횟수 | 1,456 |
현재 버전 | 2.4.2 |
최근 업데이트 | 2017-02-28 |
출시 날짜 | 2017-02-28 |
평점 | 4.94/5 총 51 개의 평점 |
개발자 | J Delaney |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://twitter.com/CtrlShiftJ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Planner Helper", "version": "2.4.2", "manifest_version": 2, "homepage_url": "https:\/\/act.ucsd.edu\/webreg2\/start", "description": "Hooks the class planner up to CAPE and Grade Distributions", "icons": { "16": "icons\/icon16x16.png", "32": "icons\/icon32x32.png", "48": "icons\/icon48x48.png", "128": "icons\/icon128x128.png" }, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "permissions": [ "http:\/\/asucsd.ucsd.edu\/*", "https:\/\/act.ucsd.edu\/webreg2\/*", "http:\/\/*.ucsd.edu\/*", "http:\/\/search.mtvnservices.com\/*", "http:\/\/*.mtvnservices.com\/*", "http:\/\/search.mtvnservices.com\/typeahead\/suggest\/*", "http:\/\/www.ratemyprofessors.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/act.ucsd.edu\/webreg2\/*" ], "js": [ "js\/jquery.min.js", "js\/underscore.min.js", "src\/inject\/error_handler.js", "src\/inject\/data_section.js", "src\/inject\/gradeDist.js", "src\/inject\/cape.js", "src\/inject\/planner_helper.js", "src\/inject\/inject.js" ], "css": [ "src\/inject\/inject.css" ] } ] } |