清大選課管家

讓我們一起用愛找到想要的課

What is 清大選課管家?

清大選課管家 is a Chrome extension developed by T & J, and its main feature is "讓我們一起用愛找到想要的課".

Extension Screenshots

screenshot
screenshot
screenshot
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

                        - 搜尋課程
用最容易的方式搜尋到你想要的課程

- 目前選課
將清單中的課程一鍵送出到系統選課

- 推薦課程
根據你過去所選的課推薦你會喜歡的

————

教學 :
1. 登入校務資訊系統,點擊右上方按鈕
2. 成功進入 ! 開始體驗各項功能 !

關注粉絲專頁,任何問題歡迎私訊
http://bit.ly/nthucoursekeeper-fb                    

Extension Basic Information

Name 清大選課管家 清大選課管家
ID nihfemnmeopfggpfdfjjfjclpimfchlk
Official URL https://chromewebstore.google.com/detail/%E6%B8%85%E5%A4%A7%E9%81%B8%E8%AA%B2%E7%AE%A1%E5%AE%B6/nihfemnmeopfggpfdfjjfjclpimfchlk
Description 讓我們一起用愛找到想要的課
File Size 8.16 MB
Installation Count 685
Current Version 0.98
Last Updated 2018-08-21
Publish Date 2018-08-21
Rating 4.00/5 Total 4 Ratings
Developer T & J
Payment Type free
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u6e05\u5927\u9078\u8ab2\u7ba1\u5bb6",
    "description": "\u8b93\u6211\u5011\u4e00\u8d77\u7528\u611b\u627e\u5230\u60f3\u8981\u7684\u8ab2",
    "version": "0.98",
    "page_action": {
        "default_title": "\u958b\u59cb\u9078\u8ab2",
        "default_icon": "static\/icon.png",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "dist\/event.bundle.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com\/ https:\/\/js.driftt.com\/include\/ https:\/\/code.jquery.com\/jquery-3.3.1.min.js https:\/\/mozilla.github.io\/pdf.js\/build\/pdf.js https:\/\/mozilla.github.io\/pdf.js\/build\/pdf.worker.js https:\/\/cdn.jsdelivr.net\/npm\/[email protected]\/Sortable.min.js; object-src 'self'"
}