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.”。

扩展截图

screenshot
screenshot

下载Registrar Reviews扩展crx文件

下载Registrar Reviews扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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"
        }
    ]
}