Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anthonyju/webext-simple-translator


https://github.com/anthonyju/webext-simple-translator

Last synced: 8 days ago
JSON representation

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) ❤️