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.”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 CityU Quick Course Adder CityU Quick Course Adder
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
}