Skip to content

Commit a98a136

Browse files
weimin96panweimin
andauthored
Add weimin96.translation-extension to gallery (#53)
* Add weimin96 translation extension to gallery * Address translation extension review feedback --------- Co-authored-by: panweimin <panweimin@gdcattsoft.com>
1 parent b623f7c commit a98a136

4 files changed

Lines changed: 30 additions & 0 deletions

File tree

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"$schema": "../../../.github/schemas/extension.schema.json",
3+
"id": "weimin96.translation-extension",
4+
"title": "Translation",
5+
"shortDescription": "Quickly translate between Chinese and English in PowerToys Command Palette.",
6+
"description": "Translation is a PowerToys Command Palette extension for fast text translation in Windows workflows. It automatically detects Chinese and English text, supports bidirectional translation, provides a unified settings page for provider credentials, and works with translation providers including Baidu Translate, DeepSeek, Zhipu AI, and MiniMax.",
7+
"author": {
8+
"name": "weimin96",
9+
"url": "https://github.com/weimin96"
10+
},
11+
"icon": "icon.png",
12+
"homepage": "https://github.com/weimin96/CmdPal-TranslationExtension",
13+
"tags": [
14+
"translation",
15+
"chinese",
16+
"ai",
17+
"productivity",
18+
"windows"
19+
],
20+
"categories": [
21+
"productivity",
22+
"utilities-and-tools"
23+
],
24+
"installSources": [
25+
{
26+
"type": "url",
27+
"uri": "https://github.com/weimin96/CmdPal-TranslationExtension/releases/latest"
28+
}
29+
]
30+
}
3.24 KB
Loading
21.3 KB
Loading
64 KB
Loading

0 commit comments

Comments
 (0)