CityU Quick Course Adder
To help you fill the CRNs quickly.
什麼是CityU Quick Course Adder?
CityU Quick Course Adder是由http://ideati.me開發的Chrome擴展程式,該擴展的主要功能是“To help you fill the CRNs quickly.”。
擴展截圖
下載CityU Quick Course Adder擴展crx文件
下載CityU Quick Course Adder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Next update: add auto click submit before the page loads. When filling the CRNs, feel not fast enough? Let "CityU Quick Course Adder" help you. Step: 1. filled CRNs in advance, 2. Open "Add or Drop Classes" page, the CRNs already filled by "CityU Quick Course Adder", 3. Click "Submit Changes" to submit.
擴展基本資訊
名稱 | |
ID | aookheebjfjgipgkpcfoahijdjnlejbk |
官方網址 | https://chrome.google.com/webstore/detail/cityu-quick-course-adder/aookheebjfjgipgkpcfoahijdjnlejbk |
簡介 | To help you fill the CRNs quickly. |
檔案大小 | 68.36 KB |
安裝次數 | 7,000 |
目前版本 | 1.3 |
更新時間 | 2014-02-21 |
上架時間 | 2014-02-21 |
評分 | 5.00/5 共 10 次評分 |
開發者 | http://ideati.me |
付費類型 | free |
擴展官網 | http://timesheettyu.ideati.me |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CityU Quick Course Adder", "description": "To help you fill the CRNs quickly.", "version": "1.3", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.min.js", "main.js" ] } ], "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "CityU Quick Course Adder", "default_popup": "popup.html" }, "manifest_version": 2 } |