https://github.com/baofengs/crx-fixme
A Chrome extension to fix selected contents for a better reading experience
https://github.com/baofengs/crx-fixme
chrome chrome-extension extension js
Last synced: 2 months ago
JSON representation
A Chrome extension to fix selected contents for a better reading experience
- Host: GitHub
- URL: https://github.com/baofengs/crx-fixme
- Owner: baofengs
- License: mit
- Created: 2019-08-07T17:00:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-17T05:21:58.000Z (over 5 years ago)
- Last Synced: 2025-01-26T18:46:36.810Z (over 1 year ago)
- Topics: chrome, chrome-extension, extension, js
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# crx-fixme
一个 Chrome 插件,能够将选中的文本固定到页面顶部,以提升阅读体验。
## 安装
Chrome 商店地址:无!
是的!没有上架到 Chrome 商店。因为作者太抠了,连开发者认证的 **$5 美元** 都舍不得出。自行 clone 打包吧。
## 快速上手
**1. 安装插件**
原谅抠门的作者,你可以做到的,加油~🤗
**2. 选中想要固定的文本**
**3. 固定**
方式1. 右键,选择 `Fixme`
方式2. 使用快捷键 `Alt + x`
**4. 清除**
方式1. 点击右上角关闭按钮
方式2. 使用快捷键 `Alt + z`
## 功能
1. 支持选中文本固定顶部
2. 支持关闭单独固定条目
3. 支持右键菜单
4. 支持快捷键,`Alt + x`:固定;`Alt + z`:取消所有固定
5. 支持多层叠加
6. 支持改变大小
## 背景
作者在看[《道德经》](https://www.daodejing.org)时,由于某些篇章的注释过长,不能够跟原文显示在同一个页面内,导致跟原文对照时需要来回滚动,比较麻烦,非常难受,然后作者就萌生了将原文固定的想法。经过几十次的快速迭代之后呈现出当前的效果。
欢迎 start/fork/share,谢谢
## 作者
**crx-fixme** © [San Baofeng](https://github.com/x-bao), Released under the [MIT](./LICENSE) License.
Authored and maintained by San Baofeng
> [San Baofeng's](https://arts.sanbaofengs.com) · GitHub [@San Baofeng](https://github.com/x-bao) · Twitter [@Baofeng15](https://twitter.com/Baofeng15)