Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit 0a01df2

Browse files
committed
docs: update
1 parent 88412e5 commit 0a01df2

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,23 @@
22

33
## 安装
44

5-
TBD
5+
### Chrome Extension Store
6+
7+
正在审核
8+
9+
### 本地安装插件
10+
11+
点击 [这里](https://github.com/geekdada/a-translator-chrome-extension/releases/latest/download/extension.zip) 下载最新版本的插件,开启「开发者模式」后将 zip 文件拖入「插件」页面。
12+
13+
## 配置
14+
15+
请在插件配置页面填入 A Translator 的 API Token。
16+
17+
## 使用
18+
19+
在网页内选择内容即可点击图标翻译。
20+
21+
![CleanShot 2021-01-05 at [email protected]](https://i.loli.net/2021/01/05/lKYxgU6L8NHBJfi.png)
622

723
## License
824

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ set -e
44

55
mkdir -p ./release
66

7-
zip -r "extension.zip" "./build"
7+
cd build && zip -r "../extension.zip" "./" && cd -
88
mv extension.* ./release

0 commit comments

Comments
 (0)