https://github.com/chokcoco/chrome-extension-text-formatting
Format your text anytime in the web editor.
https://github.com/chokcoco/chrome-extension-text-formatting
Last synced: 11 months ago
JSON representation
Format your text anytime in the web editor.
- Host: GitHub
- URL: https://github.com/chokcoco/chrome-extension-text-formatting
- Owner: chokcoco
- Created: 2023-10-26T03:55:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-30T01:54:34.000Z (over 2 years ago)
- Last Synced: 2023-10-30T02:39:57.738Z (over 2 years ago)
- Language: JavaScript
- Size: 2.19 MB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
Format your text anytime in the web editor.
通过谷歌扩展,快速将选中文本,格式化为符合 [中文文案排版指北](https://github.com/sparanoid/chinese-copywriting-guidelines) 的文本。
已经支持的平台:
+ [谷歌文档 - Excel](https://docs.google.com/spreadsheets)
+ [石墨文档](https://shimo.im/)
## How to install
1. 打开 Chrome 扩展页面 `chrome://extensions/`
2. 下载本项目至本地
3. 点击左上角 `Load unpacked` 按钮,加载此项目
4. 如果扩展程序需要特定的权限或数据,您会看到提示。若要批准,请点击添加扩展程序
完成安装后,将会看到本扩展被添加到扩展列表。
## How to use
1. 选择你需要格式化的文本内容
2. 右键呼出菜单,选择 `Text formatting` 按钮
- 如果当前选择内容处于可编辑输入框内,会完成自动文本替换
- 如果当前选择内容处于不可编辑状态,可打开控制台查看格式化后的内容

## Update Logs
1. 【2023-10-27】,新增对谷歌文档 Excel 的支持

## Next
写给自己用的扩展,计划逐步兼容语雀文档、有道云、飞书文档、掘金编辑器、Github issues 输入框,感兴趣可提前 Star。