NCTU+ 小幫手
在課程時間表與選課系統嵌入連結課程資訊,1.5版新增匯入課程功能!!
What is NCTU+ 小幫手?
NCTU+ 小幫手 is a Chrome extension developed by https://nctuplus.nctucs.net, and its main feature is "在課程時間表與選課系統嵌入連結課程資訊,1.5版新增匯入課程功能!!".
Extension Screenshots
Download NCTU+ 小幫手 Extension CRX File
Download NCTU+ 小幫手 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
若被防廣告或防毒檔住請解鎖 此外掛僅單純嵌入超連結至nctu+ 絕對不會影響選課或是竊取個資 請放心
Extension Basic Information
Name | NCTU+ 小幫手 |
ID | cglpmicbpkagcmpligkmdlcfmccgkiem |
Official URL | https://chromewebstore.google.com/detail/nctu+-%E5%B0%8F%E5%B9%AB%E6%89%8B/cglpmicbpkagcmpligkmdlcfmccgkiem |
Description | 在課程時間表與選課系統嵌入連結課程資訊,1.5版新增匯入課程功能!! |
File Size | 64.17 KB |
Installation Count | 145 |
Current Version | 2.0 |
Last Updated | 2015-09-21 |
Publish Date | 2015-09-21 |
Developer | https://nctuplus.nctucs.net |
Payment Type | free |
Extension Website | https://plus.nctu.edu.tw |
Supported Languages | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NCTU+ \u5c0f\u5e6b\u624b", "description": "\u5728\u8ab2\u7a0b\u6642\u9593\u8868\u8207\u9078\u8ab2\u7cfb\u7d71\u5d4c\u5165\u9023\u7d50\u8ab2\u7a0b\u8cc7\u8a0a,1.5\u7248\u65b0\u589e\u532f\u5165\u8ab2\u7a0b\u529f\u80fd!!", "version": "2.0", "manifest_version": 2, "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/timetable.nctu.edu.tw\/*", "https:\/\/course.nctu.edu.tw\/*" ], "js": [ "jquery-1.11.1.min.js", "manifest.js" ], "all_frames": true } ] } |