我要抢报告

北化研究生学术报告插件

What is 我要抢报告?

我要抢报告 is a Chrome extension developed by 曾小涛, and its main feature is "北化研究生学术报告插件".

Extension Screenshots

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

                        2.0版更新日志:采用了“安静模式”,在登录时询问是否开启插件,采用新的方式获取学号信息。2.0版后,功能相对稳定,如果没有出现影响使用的情况,应该不会再更新。

联系作者:[email protected]                    

Extension Basic Information

Name 我要抢报告 我要抢报告
ID plfkfacjlbfbfhjceaobfpcmamchkpkj
Official URL https://chromewebstore.google.com/detail/%E6%88%91%E8%A6%81%E6%8A%A2%E6%8A%A5%E5%91%8A/plfkfacjlbfbfhjceaobfpcmamchkpkj
Description 北化研究生学术报告插件
File Size 123 KB
Installation Count 16
Current Version 2.0.1
Last Updated 2018-09-02
Publish Date 2018-07-09
Rating 5.00/5 Total 8 Ratings
Developer 曾小涛
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "manifest_version": 2,
    "name": "\u6211\u8981\u62a2\u62a5\u544a",
    "version": "2.0.1",
    "description": "\u5317\u5316\u7814\u7a76\u751f\u5b66\u672f\u62a5\u544a\u63d2\u4ef6",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "\u6211\u8981\u62a2\u62a5\u544a",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/graduate.buct.edu.cn\/"
            ],
            "js": [
                "js\/getId.js"
            ]
        },
        {
            "matches": [
                "http:\/\/graduate.buct.edu.cn:8080\/pyxx\/default.aspx"
            ],
            "js": [
                "js\/getNumber.js"
            ]
        },
        {
            "matches": [
                "http:\/\/graduate.buct.edu.cn:8080\/pyxx\/txhdgl\/hdlist.aspx?xh*"
            ],
            "js": [
                "js\/start.js"
            ]
        },
        {
            "matches": [
                "http:\/\/graduate.buct.edu.cn:8080\/pyxx\/txhdgl\/hdxxdetail.aspx"
            ],
            "js": [
                "js\/success.js"
            ]
        }
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
}