-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
133 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,57 @@ | ||
# uRead | ||
<p align="center"> | ||
<img src="https://raw.githubusercontent.com/018/zoturead/main/src/chrome/content/images/zoturead.png"> | ||
</p> | ||
<p align="center"> | ||
<a href="https://www.zotero.org"> | ||
<img src="https://img.shields.io/badge/Zotero-7-red" alt="Zotero-7"> | ||
</a> | ||
<a href="https://github.com/018/zoturead/stargazers"> | ||
<img src="https://img.shields.io/github/stars/018/zoturead?label=Stars" alt="element-ui"> | ||
</a> | ||
<a href="https://github.com/018/zoturead/releases"> | ||
<img src="https://img.shields.io/github/downloads/018/zoturead/total?label=Downloads" alt="element-ui"> | ||
</a> | ||
</p> | ||
|
||
## 介绍 | ||
|
||
zoturead是Zotero的大杂烩插件。 | ||
|
||
今日优读,帮助你更快学习。 | ||
今日优读:http://uread.today | ||
|
||
1、今日优读网站相关:刷新、收录、查看中图分类、学科、作者等信息、添加目录对比等等。 | ||
## 快速开始 | ||
|
||
- 第一步、下载zoturead最新版本:[点击下载](https://github.com/018/zoturead/releases); | ||
|
||
- 第二步、Zotero - 工具 - 附加组件 - ⚙️ - Install Add-on From File...,选择插件xpi文件; | ||
|
||
- 第三步、在条目右键即可使用。 | ||
|
||
|
||
## 特性 | ||
|
||
- 今日优读网站相关:刷新、收录、查看中图分类、学科、作者等信息、添加目录对比等等。 | ||
|
||
- 搜索相关:通过今日优读搜索、Zotero本身搜索、豆瓣、全图书馆参考咨询联盟、京东、当当、百度、谷歌搜索,以及搜索电子书。 | ||
|
||
- 辅助工具:展开、收起,拉目录、下载试读,更新豆瓣评分或知网引用数,整理,修复中图分类号、修复学科号,根据学科号归档,定位书籍所在分类目录。 | ||
|
||
- 自动新增可选的学科目录。 | ||
|
||
- 一键更新Translator。 | ||
|
||
|
||
## 捐赠 | ||
|
||
<img src="https://raw.githubusercontent.com/018/zotero-excalidraw/main/src/chrome/content/images/wechat-alipay.png" style="zoom:70%;float:left" /> | ||
|
||
或者 | ||
|
||
2、搜索相关:通过今日优读搜索、Zotero本身搜索、豆瓣、全图书馆参考咨询联盟、京东、当当、百度、谷歌搜索,以及搜索电子书。 | ||
<a href="https://www.buymeacoffee.com/0x18" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a> | ||
|
||
3、辅助工具:展开、收起,拉目录、下载试读,更新豆瓣评分或知网引用数,整理,修复中图分类号、修复学科号,根据学科号归档,定位书籍所在分类目录。 | ||
## 许可证 | ||
|
||
4、自动新增可选的学科目录。 | ||
[MIT](./LICENSE) | ||
|
||
5、一键更新Translator。 | ||
Copyright (c) 2020-2023 018 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"addons": { | ||
"zoturead@zotero.org": { | ||
"updates": [ | ||
{ | ||
"version": "3.0.0", | ||
"update_link": "https://github.com/018/zoturead/releases/latest/download/zoturead-3.0.0.xpi", | ||
"update_hash": "sha256:590444e7984804aded81ffd94d5eefcbb2f82b59cd5d18436d4812c1a0a29fd6", | ||
"applications": { | ||
"zotero": { | ||
"strict_min_version": "6.999" | ||
} | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} |