毕业要求计算器(PKU)
计算北京大学信息科学技术学院及化学与分子工程学院09级和10级学生的毕业仍需学分数。
What is 毕业要求计算器(PKU)?
毕业要求计算器(PKU) is a Chrome extension developed by https://cyblocker.com, and its main feature is "计算北京大学信息科学技术学院及化学与分子工程学院09级和10级学生的毕业仍需学分数。".
Extension Screenshots
Download 毕业要求计算器(PKU) Extension CRX File
Download 毕业要求计算器(PKU) 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
适用于2010级与2009级的北京大学信息科学技术学院和化学与分子工程学院的同学,可以分类计算距离毕业要求还有多少学分,以便帮助安排后续课程。 设置和使用方法请在安装后点击:chrome扳手(设置)->工具->扩展程序,找到本扩展程序,点击选项进入说明页。 如果您希望捐赠,请进入:【https://me.alipay.com/cyblocker】 版本2.6.3 修正当选修自然语言处理课程后出现的BUG 版本2.6.2 修正了由于分数未出,表格留空导致的错误 版本2.6.1 2013年7月8日根据Google新的对于扩展程序的安全要求修改了代码,使之能够正常运行。
Extension Basic Information
Name | 毕业要求计算器(PKU) |
ID | gmbpidmpajhhnmffidhembfmipmmngol |
Official URL | https://chromewebstore.google.com/detail/%E6%AF%95%E4%B8%9A%E8%A6%81%E6%B1%82%E8%AE%A1%E7%AE%97%E5%99%A8pku/gmbpidmpajhhnmffidhembfmipmmngol |
Description | 计算北京大学信息科学技术学院及化学与分子工程学院09级和10级学生的毕业仍需学分数。 |
File Size | 917 KB |
Installation Count | 31 |
Current Version | 2.6.3 |
Last Updated | 2015-04-15 |
Publish Date | 2015-04-15 |
Rating | 4.88/5 Total 8 Ratings |
Developer | https://cyblocker.com |
Payment Type | free |
Help Page URL | http://eecs.bdwm.net |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u6bd5\u4e1a\u8981\u6c42\u8ba1\u7b97\u5668(PKU)", "version": "2.6.3", "description": "\u8ba1\u7b97\u5317\u4eac\u5927\u5b66\u4fe1\u606f\u79d1\u5b66\u6280\u672f\u5b66\u9662\u53ca\u5316\u5b66\u4e0e\u5206\u5b50\u5de5\u7a0b\u5b66\u966209\u7ea7\u548c10\u7ea7\u5b66\u751f\u7684\u6bd5\u4e1a\u4ecd\u9700\u5b66\u5206\u6570\u3002", "page_action": { "default_icon": "icon.png", "default_title": "Click to Count!" }, "permissions": [ "tabs", "http:\/\/dean.pku.edu.cn\/student\/grade.php*" ], "icons": { "128": "icon128.png" }, "background": { "page": "background.html" }, "options_page": "options.html" } |