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
官方網址 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"
        }
    ]
}