Skip to content

Commit f0a6542

Browse files
Thestarslayer defineword (#86)
* add Define Word Extension by TheStarSlayer with icon and metadata * Add screenshots; update icon.png to conform with constraints * Update extensions/thestarslayer/define-word-extension/extension.json Co-authored-by: Niels Laute <niels.laute@live.nl> * Decrease icon to 88kb * Update install source to msstore; Update icon and screenshots --------- Co-authored-by: Niels Laute <niels.laute@live.nl>
1 parent 2fe3f61 commit f0a6542

6 files changed

Lines changed: 31 additions & 0 deletions

File tree

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"$schema": "../../../.github/schemas/extension.schema.json",
3+
"id": "thestarslayer.define-word-extension",
4+
"title": "Define Word",
5+
"shortDescription": "Type a word to get its definition",
6+
"description": "A Command Palette (PowerToys) extension that provides on-the-fly definitions!\nIt uses dictionaryapi.dev's free API to retrieve definitions for the word, and display as list items for each definition of the word along with its part of speech.\nFor longer definitions, you can view the details pane of the list item by clicking `Ctrl` + `Enter`",
7+
"author": {
8+
"name": "Lalith Sri Sai Manda",
9+
"url": "https://github.com/TheStarSlayer"
10+
},
11+
"icon": "icon.jpg",
12+
"homepage": "https://github.com/TheStarSlayer/Define-Word-Extension",
13+
"tags": [
14+
"definitions",
15+
"dictionary",
16+
"words",
17+
"meaning",
18+
"vocabulary"
19+
],
20+
"categories": [
21+
"productivity",
22+
"utilities-and-tools",
23+
"education"
24+
],
25+
"installSources": [
26+
{
27+
"type": "msstore",
28+
"id": "9pdc60w12dzh"
29+
}
30+
]
31+
}
24.9 KB
Loading
573 KB
Loading
431 KB
Loading
604 KB
Loading
526 KB
Loading

0 commit comments

Comments
 (0)