PKUwebmaster(北京大学网关插件)
Best-ever PKU gateway widget, by Harttle, Rea and Mr.S. 最好的网关插件在北大。
What is PKUwebmaster(北京大学网关插件)?
PKUwebmaster(北京大学网关插件) is a Chrome extension developed by Birdmen, and its main feature is "Best-ever PKU gateway widget, by Harttle, Rea and Mr.S. 最好的网关插件在北大。".
Extension Screenshots
Download PKUwebmaster(北京大学网关插件) Extension CRX File
Download PKUwebmaster(北京大学网关插件) 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
Best-ever PKU gateway widget, by Harttle, Rea and Mr.S. 最好的网关插件在北大。 PKUwebmaster可以帮助您快捷的登陆北京大学网关,以使用北京大学网络资源。 2016年3月8日更新: 1.不同连接状态显示不同图标。 2016年3月6日更新: 1.加入了联网时间显示。 2016年2月18日更新: 1.使用前请先在插件选项里保存自己的北大账户与密码。 2.左键点击插件图标即可以使用。 3.登陆信息将在右下角以气泡窗口形式弹出。
Extension Basic Information
Name | PKUwebmaster(北京大学网关插件) |
ID | bnlipdfmheddpljigcaaamjpnbhhklkb |
Official URL | https://chromewebstore.google.com/detail/pkuwebmaster%EF%BC%88%E5%8C%97%E4%BA%AC%E5%A4%A7%E5%AD%A6%E7%BD%91%E5%85%B3%E6%8F%92%E4%BB%B6%EF%BC%89/bnlipdfmheddpljigcaaamjpnbhhklkb |
Description | Best-ever PKU gateway widget, by Harttle, Rea and Mr.S. 最好的网关插件在北大。 |
File Size | 64.99 KB |
Installation Count | 165 |
Current Version | 2.0.6 |
Last Updated | 2016-03-08 |
Publish Date | 2016-03-08 |
Rating | 4.55/5 Total 20 Ratings |
Developer | Birdmen |
Payment Type | free |
Extension Website | https://github.com/pku-birdmen/pkuwebmaster |
Help Page URL | https://github.com/pku-birdmen/pkuwebmaster |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PKUwebmaster\uff08\u5317\u4eac\u5927\u5b66\u7f51\u5173\u63d2\u4ef6\uff09", "version": "2.0.6", "manifest_version": 2, "description": "Best-ever PKU gateway widget, by Harttle, Rea and Mr.S. \u6700\u597d\u7684\u7f51\u5173\u63d2\u4ef6\u5728\u5317\u5927\u3002", "icons": { "16": "public\/img\/icon16.png", "48": "public\/img\/icon48.png", "128": "public\/img\/icon128.png" }, "options_page": "options\/index.html", "background": { "scripts": [ "background\/index.js" ] }, "browser_action": { "default_icon": "public\/img\/icon19.png", "default_popup": "popup\/index.html" }, "permissions": [ "https:\/\/its.pku.edu.cn:5428\/", "notifications" ], "web_accessible_resources": [ "background\/disc.ico", "background\/succ.ico", "background\/busy.ico" ] } |