Skip to content

Commit e11eb89

Browse files
committed
add quicklink for youdao.com
1 parent bd74a60 commit e11eb89

3 files changed

Lines changed: 19 additions & 0 deletions

File tree

122 KB
Loading
1.75 MB
Loading
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "youdao Translate",
3+
"description": "Translate words via youdao.com, with support for setting the target language.",
4+
"icon": "icon.png",
5+
"type": "quicklink",
6+
"category": "Utilities",
7+
"tags": [
8+
"Productivity"
9+
],
10+
"screenshots": [
11+
{
12+
"title": "",
13+
"url": "screenshot.png"
14+
}
15+
],
16+
"quicklink": {
17+
"link": "https://www.youdao.com/result?word={word}&lang={argument_name: \"lang\", default: \"en\"}"
18+
}
19+
}

0 commit comments

Comments
 (0)