HUST Library
华中科技大学图书馆助手
Cos'è HUST Library?
HUST Library è un'estensione di Chrome sviluppata da lastdayinmay, e la sua funzione principale è "华中科技大学图书馆助手".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HUST Library
Scarica i file di estensione HUST Library in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
1. 在豆瓣读书页显示华中科技大学图书馆对应书本的馆藏 2. 登录后显示书本借阅信息和到期提醒 updated 0.0.4: 增加在亚马逊中国图书页显示华中科技大学图书馆对应书本的馆藏
Informazioni di Base sull'Estensione
Nome | |
ID | abbdkngccefmkgifkakoglhpifohekig |
URL Ufficiale | https://chrome.google.com/webstore/detail/hust-library/abbdkngccefmkgifkakoglhpifohekig |
Descrizione | 华中科技大学图书馆助手 |
Dimensione del File | 1.07 MB |
Conteggio Installazioni | 16 |
Versione Corrente | 0.0.4 |
Ultimo Aggiornamento | 2016-04-13 |
Data di Pubblicazione | 2016-04-13 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | lastdayinmay |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |