PKU Gateway
北京大学网关插件 2.0
What is PKU Gateway?
PKU Gateway is a Chrome extension developed by wlyPKU, and its main feature is "北京大学网关插件 2.0".
Extension Screenshots
Download PKU Gateway Extension CRX File
Download PKU Gateway 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
清新简洁的北京大学网关插件,实现了北大计算中心提供接口的所有功能(连接、断开、断开全部及查看所有连接)。将继续更新。 Based on a similar version by pku-birdmen.
Extension Basic Information
Name | PKU Gateway |
ID | amkoljnalhekpgjmolehjhkdkgifkjik |
Official URL | https://chromewebstore.google.com/detail/pku-gateway/amkoljnalhekpgjmolehjhkdkgifkjik |
Description | 北京大学网关插件 2.0 |
File Size | 50.65 KB |
Installation Count | 69 |
Current Version | 2.0.6 |
Last Updated | 2017-10-10 |
Publish Date | 2017-10-10 |
Rating | 5.00/5 Total 2 Ratings |
Developer | wlyPKU |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PKU Gateway", "version": "2.0.6", "manifest_version": 2, "description": "\u5317\u4eac\u5927\u5b66\u7f51\u5173\u63d2\u4ef6 2.0", "icons": { "16": "public\/img\/16x16.png", "48": "public\/img\/48x48.png", "128": "public\/img\/128x128.png" }, "browser_action": { "default_icon": "public\/img\/24x24.png", "default_popup": "popup\/index.html" }, "permissions": [ "https:\/\/its.pku.edu.cn:5428\/*" ] } |