PKUwebmaster(北京大学网关插件)
Best-ever PKU gateway widget, by Harttle, Rea and Mr.S. 最好的网关插件在北大。
PKUwebmaster(北京大学网关插件)란 무엇입니까?
PKUwebmaster(北京大学网关插件)은(는) Birdmen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Best-ever PKU gateway widget, by Harttle, Rea and Mr.S. 最好的网关插件在北大。"입니다.
확장 프로그램 스크린샷
PKUwebmaster(北京大学网关插件) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.登陆信息将在右下角以气泡窗口形式弹出。
확장 프로그램 기본 정보
이름 | PKUwebmaster(北京大学网关插件) |
ID | bnlipdfmheddpljigcaaamjpnbhhklkb |
공식 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 |
설명 | Best-ever PKU gateway widget, by Harttle, Rea and Mr.S. 最好的网关插件在北大。 |
파일 크기 | 64.99 KB |
설치 횟수 | 165 |
현재 버전 | 2.0.6 |
최근 업데이트 | 2016-03-08 |
출시 날짜 | 2016-03-08 |
평점 | 4.55/5 총 20 개의 평점 |
개발자 | Birdmen |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/pku-birdmen/pkuwebmaster |
도움말 페이지 URL | https://github.com/pku-birdmen/pkuwebmaster |
지원되는 언어 | 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" ] } |