HUST Library

华中科技大学图书馆助手

HUST Libraryとは何ですか?

HUST Libraryはlastdayinmayによって開発されたChromeの拡張機能で、その主な機能は「华中科技大学图书馆助手」です。

拡張機能のスクリーンショット

screenshot
screenshot

HUST Library拡張機能のCRXファイルをダウンロード

HUST Library拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        1. 在豆瓣读书页显示华中科技大学图书馆对应书本的馆藏
2. 登录后显示书本借阅信息和到期提醒

updated 0.0.4:
增加在亚马逊中国图书页显示华中科技大学图书馆对应书本的馆藏                    

拡張機能の基本情報

名前 HUST Library HUST Library
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
Eメール [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"
}