HUST Library
华中科技大学图书馆助手
HUST Library란 무엇입니까?
HUST Library은(는) lastdayinmay에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "华中科技大学图书馆助手"입니다.
확장 프로그램 스크린샷
HUST Library 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
1. 在豆瓣读书页显示华中科技大学图书馆对应书本的馆藏 2. 登录后显示书本借阅信息和到期提醒 updated 0.0.4: 增加在亚马逊中国图书页显示华中科技大学图书馆对应书本的馆藏
확장 프로그램 기본 정보
이름 | |
ID | abbdkngccefmkgifkakoglhpifohekig |
공식 URL | https://chrome.google.com/webstore/detail/hust-library/abbdkngccefmkgifkakoglhpifohekig |
설명 | 华中科技大学图书馆助手 |
파일 크기 | 1.07 MB |
설치 횟수 | 16 |
현재 버전 | 0.0.4 |
최근 업데이트 | 2016-04-13 |
출시 날짜 | 2016-04-13 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | lastdayinmay |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | zh-CN |
manifest.json | |
{ "background": { "page": "src\/bg\/bg.html", "persistent": true }, "browser_action": { "default_icon": "icon.png", "default_popup": "src\/browser_action\/browser_action.html", "default_title": "\u534e\u4e2d\u79d1\u6280\u5927\u5b66\u56fe\u4e66\u9986" }, "content_scripts": [ { "js": [ "bower_components\/jquery\/jquery.min.js", "src\/inject\/inject.js" ], "matches": [ "https:\/\/book.douban.com\/*", "http:\/\/book.douban.com\/*", "https:\/\/www.amazon.cn\/*" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "\u534e\u4e2d\u79d1\u6280\u5927\u5b66\u56fe\u4e66\u9986\u52a9\u624b", "homepage_url": "http:\/\/lastmayday.org\/", "icons": { "128": "icon.png", "16": "icon.png", "32": "icon.png", "48": "icon.png" }, "manifest_version": 2, "name": "HUST Library", "permissions": [ "tabs", "alarms", "cookies", "notifications", "*:\/\/ftp.lib.hust.edu.cn\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.4" } |