湖北省图书馆豆瓣插件
在豆瓣读书页面显示书籍在湖北省图书馆的索引信息
What is 湖北省图书馆豆瓣插件?
湖北省图书馆豆瓣插件 is a Chrome extension developed by Yancen Li, and its main feature is "在豆瓣读书页面显示书籍在湖北省图书馆的索引信息".
Extension Screenshots
Download 湖北省图书馆豆瓣插件 Extension CRX File
Download 湖北省图书馆豆瓣插件 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
根据图书的 ISBN 通过湖北省图书馆的 OPAC 进行查询,并提供该图书「在馆信息」的预览;如若出错再建议根据书名查询的结果。
Extension Basic Information
Name | |
ID | bjpklknbndalaepaoeageampocbmjbgd |
Official 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 |
Description | 在豆瓣读书页面显示书籍在湖北省图书馆的索引信息 |
File Size | 52.5 KB |
Installation Count | 17 |
Current Version | 2.0.0 |
Last Updated | 2016-09-17 |
Publish Date | 2016-09-17 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Yancen Li |
[email protected] | |
Payment Type | free |
Extension Website | http://yancen.org/hblib/ |
Supported Languages | 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" } } |