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