湖北省图书馆豆瓣插件
在豆瓣读书页面显示书籍在湖北省图书馆的索引信息
Wat is 湖北省图书馆豆瓣插件?
湖北省图书馆豆瓣插件 is een Chrome-extensie ontwikkeld door Yancen Li, en de belangrijkste functie is "在豆瓣读书页面显示书籍在湖北省图书馆的索引信息".
Extensie Screenshots
Download het CRX-bestand van de extensie 湖北省图书馆豆瓣插件
Download 湖北省图书馆豆瓣插件-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
根据图书的 ISBN 通过湖北省图书馆的 OPAC 进行查询,并提供该图书「在馆信息」的预览;如若出错再建议根据书名查询的结果。
Basisinformatie over de Extensie
Naam | |
ID | bjpklknbndalaepaoeageampocbmjbgd |
Officiële URL | https://chromewebstore.google.com/detail/%E6%B9%96%E5%8C%97%E7%9C%81%E5%9B%BE%E4%B9%A6%E9%A6%86%E8%B1%86%E7%93%A3%E6%8F%92%E4%BB%B6/bjpklknbndalaepaoeageampocbmjbgd |
Beschrijving | 在豆瓣读书页面显示书籍在湖北省图书馆的索引信息 |
Bestandsgrootte | 52.5 KB |
Aantal Installaties | 17 |
Huidige Versie | 2.0.0 |
Laatst Bijgewerkt | 2016-09-17 |
Publicatiedatum | 2016-09-17 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Yancen Li |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://yancen.org/hblib/ |
Ondersteunde Talen | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u6e56\u5317\u7701\u56fe\u4e66\u9986\u8c46\u74e3\u63d2\u4ef6", "version": "2.0.0", "manifest_version": 2, "description": "\u5728\u8c46\u74e3\u8bfb\u4e66\u9875\u9762\u663e\u793a\u4e66\u7c4d\u5728\u6e56\u5317\u7701\u56fe\u4e66\u9986\u7684\u7d22\u5f15\u4fe1\u606f", "homepage_url": "http:\/\/yancen.org\/hblib", "content_scripts": [ { "js": [ "jquery-3.1.0.min.js", "inject.js" ], "matches": [ "https:\/\/book.douban.com\/subject\/*" ] } ], "background": { "scripts": [ "jquery-3.1.0.min.js", "eventPage.js" ], "persistent": false }, "permissions": [ "http:\/\/hbtinterlib.library.hb.cn\/opac\/*" ], "icons": { "48": "icon48.png", "128": "icon128.png" } } |