台大課程評價小幫手

輕鬆查詢台大課程評價

What is 台大課程評價小幫手?

台大課程評價小幫手 is a Chrome extension developed by https://jcshawn.com, and its main feature is "輕鬆查詢台大課程評價".

Extension Screenshots

screenshot
screenshot

Download 台大課程評價小幫手 Extension CRX File

Download 台大課程評價小幫手 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        每次選課查評價,總要開好幾個分頁查批踢踢、Dcard 等貼文,到後面常常搞混嗎 😵‍💫 課程評價小幫手幫你更輕鬆查網路評價!

只要裝了課程評價小幫手,自動幫你搜集網路上批踢踢、Dcard 和 NTU Rating 的相關評價或討論貼文,讓你不用打關鍵字或另外開分頁搜尋,快速排出你下個學期的課表 💪

< 使用方法 >
1. 打開台大課程網,點擊課程標題,進到課程的詳細資訊頁面
2. 點擊小幫手程式 icon,就能看到該課程在批踢踢、Dcard 和 NTU Rating 的評價、討論貼文

= = =
- 本程式暫不支援國、英領域,以及研究生、領域學程課程的評價查詢
- 由於費用關係,本程式未收錄所有課程的網路評價,第一版本僅加入 Google 搜尋結果前十筆資料,此外所有結果為程式自動化搜集,部分課程的評價結果可能會不完整或不精準,造成不便請見諒。
= = = 
如果你想補充你在 PTT 或 Dcard 的評價貼文,歡迎來信 [email protected],我會幫你補充上去~                    

Extension Basic Information

Name 台大課程評價小幫手 台大課程評價小幫手
ID haencenjhfgkhnjhmjmlnmcongkgjapm
Official URL https://chromewebstore.google.com/detail/%E5%8F%B0%E5%A4%A7%E8%AA%B2%E7%A8%8B%E8%A9%95%E5%83%B9%E5%B0%8F%E5%B9%AB%E6%89%8B/haencenjhfgkhnjhmjmlnmcongkgjapm
Description 輕鬆查詢台大課程評價
File Size 89.61 KB
Installation Count 870
Current Version 1.0.1
Last Updated 2022-12-31
Publish Date 2022-12-31
Developer https://jcshawn.com
Email [email protected]
Payment Type free
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u53f0\u5927\u8ab2\u7a0b\u8a55\u50f9\u5c0f\u5e6b\u624b",
    "description": "\u8f15\u9b06\u67e5\u8a62\u53f0\u5927\u8ab2\u7a0b\u8a55\u50f9",
    "version": "1.0.1",
    "author": "jschang19",
    "action": {
        "default_popup": "popup.html",
        "default_title": "\u53f0\u5927\u8ab2\u7a0b\u8a55\u50f9\u5c0f\u5e6b\u624b",
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/ntucourse-api.jcshawn.com\/api\/course\/*"
    ]
}