Skip to content

Commit df2577a

Browse files
authored
Add poychang.translator-for-command-palette to gallery (#56)
1 parent a390b6d commit df2577a

4 files changed

Lines changed: 27 additions & 0 deletions

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"$schema": "../../../.github/schemas/extension.schema.json",
3+
"id": "poychang.translator",
4+
"title": "Translator",
5+
"shortDescription": "Translate text directly from the Command Palette.",
6+
"description": "Translator is a translation extension for the Windows Command Palette. It brings the text translation process directly into the Command Palette, allowing you to input text, switch translation sources, and copy results all within the same interface. This extension supports multiple translation sources, including Google Translate and Microsoft Translator, providing users with a variety of options for their translation needs. With its seamless integration into the Command Palette, it enhances productivity and streamlines the translation workflow.",
7+
"author": {
8+
"name": "Poy Chang",
9+
"url": "https://github.com/poychang"
10+
},
11+
"icon": "icon.png",
12+
"homepage": "https://github.com/poychang/CmdPalTranslator",
13+
"tags": [
14+
"translation",
15+
"productivity"
16+
],
17+
"categories": [
18+
"productivity",
19+
"utilities-and-tools"
20+
],
21+
"installSources": [
22+
{
23+
"type": "msstore",
24+
"id": "9NSHZ9B3KJFW"
25+
}
26+
]
27+
}
10.7 KB
Loading
45 KB
Loading
40.9 KB
Loading

0 commit comments

Comments
 (0)