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 |
| 公式URL | 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
} | |