Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anthonyju/webext-simple-translator
https://github.com/anthonyju/webext-simple-translator
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/anthonyju/webext-simple-translator
- Owner: AnthonyJu
- License: mit
- Created: 2023-10-05T09:16:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-11T13:10:42.000Z (about 1 year ago)
- Last Synced: 2023-10-11T21:30:32.599Z (about 1 year ago)
- Language: Vue
- Size: 68.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Simple Translator(简译)
## 特性
1. 开启插件`自动聚焦`到输入框,输入内容后`自动翻译`、`自动复制`
2. 支持英文译文的多种`命名`规范,如:`驼峰`、`常量`、`下划线`等
3. 支持`朗读`、提供`黑暗模式`更多详情:https://blog.jupeng.top/blog/2023/08/20_my-web-extensions
## 使用
如果你正在使用Edge浏览器,你可以在 [Edge Add-ons](https://microsoftedge.microsoft.com/addons/detail/idejokphbhcbdjpibgibjppmolnmdlkj)下载它。
如果你使用的是其他浏览器,你可以[点击下载](https://raw.githubusercontent.com/AnthonyJu/static/main/simple-translator/extension.zip),解压后,在浏览器的扩展页面,打开开发者模式,加载这个文件夹。
你也可以clone这个仓库,运行:
```bash
pnpm install
pnpm run build
```
在文件根目录下,你会看到一个 `extension` 文件夹,在浏览器的扩展页面,打开开发者模式,加载这个文件夹。## 感谢巨人
此扩展的启动模板来自 [Vitesse-webext](https://github.com/antfu/vitesse-webext) ❤️