Registrar Reviews

Lets you view a professor's reviews on bruinwalk without having to search bruinwalk in another window.

Registrar Reviews là gì?

Registrar Reviews là một tiện ích mở rộng Chrome được phát triển bởi Shahid Chohan, và tính năng chính của nó là "Lets you view a professor's reviews on bruinwalk without having to search bruinwalk in another window.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Registrar Reviews

Tải xuống các tệp mở rộng Registrar Reviews dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Registrar Reviews Registrar Reviews
ID jnoajidmehffffobkginpnkefgcbclji
URL Chính Thức https://chromewebstore.google.com/detail/registrar-reviews/jnoajidmehffffobkginpnkefgcbclji
Mô tả Lets you view a professor's reviews on bruinwalk without having to search bruinwalk in another window.
Kích Thước Tệp 3.64 KB
Số Lần Cài Đặt 107
Phiên Bản Hiện Tại 2.4.4
Cập Nhật Lần Cuối 2012-11-02
Ngày Phát Hành 2012-11-01
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Shahid Chohan
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}