HUST Library

华中科技大学图书馆助手

Wat is HUST Library?

HUST Library is een Chrome-extensie ontwikkeld door lastdayinmay, en de belangrijkste functie is "华中科技大学图书馆助手".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie HUST Library

Download HUST Library-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

Basisinformatie over de Extensie

Naam HUST Library HUST Library
ID abbdkngccefmkgifkakoglhpifohekig
Officiële URL https://chrome.google.com/webstore/detail/hust-library/abbdkngccefmkgifkakoglhpifohekig
Beschrijving 华中科技大学图书馆助手
Bestandsgrootte 1.07 MB
Aantal Installaties 16
Huidige Versie 0.0.4
Laatst Bijgewerkt 2016-04-13
Publicatiedatum 2016-04-13
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar lastdayinmay
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}