电子科技大学图书馆豆瓣插件Douban Mashuper
电子科技大学图书馆豆瓣插件,查看馆藏更方便,看评论更精准。
What is 电子科技大学图书馆豆瓣插件Douban Mashuper?
电子科技大学图书馆豆瓣插件Douban Mashuper is a Chrome extension developed by https://www.josephjctang.com, and its main feature is "电子科技大学图书馆豆瓣插件,查看馆藏更方便,看评论更精准。".
Extension Screenshots
Download 电子科技大学图书馆豆瓣插件Douban Mashuper Extension CRX File
Download 电子科技大学图书馆豆瓣插件Douban Mashuper 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
个人作品,有使用问题或建议,可以email给我[email protected] 2.2.1 版本 fix bugs 2.2版本 添加电子科技大学中文搜索支持。 2.1版本 修复豆瓣主页更新后的bug。添加选择后右键的电影搜索和音乐搜索收藏。 2.0版本 a.任何页面,可直接选中书名,右键“豆瓣一下下”用豆瓣搜索,更快收藏图书。 b.针对电子科大图书馆的插件。 1。可查看图书是否有馆藏(仅在豆瓣图书信息页面、搜索页面没有显示的)。 2.无馆藏则可推荐图书。 3.有馆藏则显示索书号,并分可借与不可借。可借图书会显示清水河/沙河可借,和三维定位(3d定位校内网络才可用)的链接。 4.在图书馆系统中可查看书评,且可实现三维定位(光标放在图书馆系统书籍信息上即可)。
Extension Basic Information
Name | 电子科技大学图书馆豆瓣插件Douban Mashuper |
ID | ednonfpckbhfnefdjjcgiihcbhgjcdbo |
Official URL | https://chromewebstore.google.com/detail/%E7%94%B5%E5%AD%90%E7%A7%91%E6%8A%80%E5%A4%A7%E5%AD%A6%E5%9B%BE%E4%B9%A6%E9%A6%86%E8%B1%86%E7%93%A3%E6%8F%92%E4%BB%B6douban-mashu/ednonfpckbhfnefdjjcgiihcbhgjcdbo |
Description | 电子科技大学图书馆豆瓣插件,查看馆藏更方便,看评论更精准。 |
File Size | 91.91 KB |
Installation Count | 41 |
Current Version | 2.2.2 |
Last Updated | 2015-05-17 |
Publish Date | 2015-05-17 |
Rating | 3.00/5 Total 3 Ratings |
Developer | https://www.josephjctang.com |
[email protected] | |
Payment Type | free |
Extension Website | http://josephjctang.com/douban-mashuper/uestc.html |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u7535\u5b50\u79d1\u6280\u5927\u5b66\u56fe\u4e66\u9986\u8c46\u74e3\u63d2\u4ef6Douban Mashuper", "version": "2.2.2", "manifest_version": 2, "description": "\u7535\u5b50\u79d1\u6280\u5927\u5b66\u56fe\u4e66\u9986\u8c46\u74e3\u63d2\u4ef6\uff0c\u67e5\u770b\u9986\u85cf\u66f4\u65b9\u4fbf\uff0c\u770b\u8bc4\u8bba\u66f4\u7cbe\u51c6\u3002", "background": { "scripts": [ "js\/search.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/book.douban.com\/subject\/*" ], "css": [ "style.css" ], "js": [ "js\/jquery.js", "js\/public.js", "js\/parse_book.js", "js\/query.js", "js\/main.js" ] }, { "matches": [ "http:\/\/webpac.uestc.edu.cn\/*", "https:\/\/webpac.uestc.edu.cn\/*", "http:\/\/222.197.164.247\/*", "https:\/\/222.197.164.247\/*" ], "css": [ "style.css" ], "js": [ "js\/jquery.js", "js\/public.js", "js\/query.js", "js\/review.js", "js\/location.js", "js\/main.js" ] } ], "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "icon_3d.png", "logo.png" ] } |