高校课程表

一个带上课提醒的课程表工具

What is 高校课程表?

高校课程表 is a Chrome extension developed by udicx, and its main feature is "一个带上课提醒的课程表工具".

Extension Screenshots

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

                        一个带上课提醒的课程表工具,帮助在校学生管理自己的课程安排                    

Extension Basic Information

Name 高校课程表 高校课程表
ID diamegoomkocpgkfkmlmegiegkmogpao
Official URL https://chromewebstore.google.com/detail/%E9%AB%98%E6%A0%A1%E8%AF%BE%E7%A8%8B%E8%A1%A8/diamegoomkocpgkfkmlmegiegkmogpao
Description 一个带上课提醒的课程表工具
File Size 124 KB
Installation Count 23,697
Current Version 1.0.4
Last Updated 2020-12-24
Publish Date 2020-12-23
Developer udicx
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u9ad8\u6821\u8bfe\u7a0b\u8868",
    "description": "\u4e00\u4e2a\u5e26\u4e0a\u8bfe\u63d0\u9192\u7684\u8bfe\u7a0b\u8868\u5de5\u5177",
    "version": "1.0.4",
    "icons": {
        "128": "img\/logo128.png",
        "64": "img\/logo64.png",
        "32": "img\/logo32.png"
    },
    "background": {
        "page": "bg.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.js",
                "js\/notice.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "img\/logo_def.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "js\/jquery.js"
    ]
}