Registrar Reviews
Lets you view a professor's reviews on bruinwalk without having to search bruinwalk in another window.
Registrar Reviews란 무엇입니까?
Registrar Reviews은(는) Shahid Chohan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lets you view a professor's reviews on bruinwalk without having to search bruinwalk in another window."입니다.
확장 프로그램 스크린샷
Registrar Reviews 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Step 1: Install the extension Step 2: Visit a UCLA registrar page with professors on it Step 3: Click on the professor's name to see his/her review on bruinwalk Step 4: ???? Step 5: Profit *Donate* Help feed me so I can make more cool stuff http://goo.gl/jeppC *Updates* 2.2 - Drastically improved performance on long pages 2.1 - Fixed logo error 2.0 - Fixed manifest install error 1.1 - Fixed spelling errors 1.0 - Launch WARNING: Runs slowly on pages with many professors on it. Look for an efficiency tweak in an upcoming version.
확장 프로그램 기본 정보
이름 | Registrar Reviews |
ID | jnoajidmehffffobkginpnkefgcbclji |
공식 URL | https://chromewebstore.google.com/detail/registrar-reviews/jnoajidmehffffobkginpnkefgcbclji |
설명 | Lets you view a professor's reviews on bruinwalk without having to search bruinwalk in another window. |
파일 크기 | 3.64 KB |
설치 횟수 | 107 |
현재 버전 | 2.4.4 |
최근 업데이트 | 2012-11-02 |
출시 날짜 | 2012-11-01 |
평점 | 5.00/5 총 9 개의 평점 |
개발자 | Shahid Chohan |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Registrar Reviews", "version": "2.4.4", "manifest_version": 2, "description": "Lets you view a professor's reviews on bruinwalk without having to search bruinwalk in another window.", "content_scripts": [ { "matches": [ "http:\/\/*.registrar.ucla.edu\/schedule\/*", "http:\/\/*.registrar.ucla.edu\/schedule\/geresult*" ], "js": [ "content.js" ], "run_at": "document_idle" } ] } |