Rate My NYU Professors

Display the ratings of each professor for your classes on Albert!

Rate My NYU Professorsとは何ですか?

Rate My NYU ProfessorsはAlex Koによって開発されたChromeの拡張機能で、その主な機能は「Display the ratings of each professor for your classes on Albert!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Rate My NYU Professors拡張機能のCRXファイルをダウンロード

Rate My NYU Professors拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A simple Chrome extension that displays the ratings of each NYU professor for each course on Albert! Works with professors across all NYU schools, including Tandon, Steinhardt, etc. 

How this extension works:
1. Go to any of your courses page on Albert (not your home page).
2. Click on the extension on your toolbar.
3. Click "Click to Show Ratings" button.
4. If there is any rating found for that professor, the number will show up next to their name. If no ratings found, it will show N/A.
5. Click on the rating to go to their rate my professor page. Click on N/A to give them the first rating. 
6. Hover over their rating to see more details.
7. Enjoy selecting all your courses! ;)                    

拡張機能の基本情報

名前 Rate My NYU Professors Rate My NYU Professors
ID mhgjkecddklmbnllifdpkhcnhfpkjfji
公式URL https://chromewebstore.google.com/detail/rate-my-nyu-professors/mhgjkecddklmbnllifdpkhcnhfpkjfji
説明 Display the ratings of each professor for your classes on Albert!
ファイルサイズ 1.08 MB
インストール数 456
現在のバージョン 1.3.7
最終更新日 2023-04-07
公開日 2021-05-27
評価 5.00/5 合計 11 レビュー
開発者 Alex Ko
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rate My NYU Professors",
    "version": "1.3.7",
    "description": "Display the ratings of each professor for your classes on Albert!",
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/search-production.ratemyprofessors.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "https:\/\/sis.portal.nyu.edu\/*",
                "https:\/\/sis.portal.nyu.edu\/"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/nyu_logo-16.png",
        "36": "images\/nyu_logo-36.png",
        "48": "images\/nyu_logo-48.png",
        "128": "images\/nyu_logo-128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "tooltip.css",
                "fonts\/Lato-SemiboldItalic.ttf",
                "fonts\/Lato-Regular.ttf"
            ],
            "matches": [
                "https:\/\/sis.nyu.edu\/*"
            ]
        }
    ],
    "manifest_version": 3
}