diff --git a/extensions/thestarslayer/define-word-extension/extension.json b/extensions/thestarslayer/define-word-extension/extension.json new file mode 100644 index 0000000..c8746f0 --- /dev/null +++ b/extensions/thestarslayer/define-word-extension/extension.json @@ -0,0 +1,31 @@ +{ + "$schema": "../../../.github/schemas/extension.schema.json", + "id": "thestarslayer.define-word-extension", + "title": "Define Word", + "shortDescription": "Type a word to get its definition", + "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`", + "author": { + "name": "Lalith Sri Sai Manda", + "url": "https://github.com/TheStarSlayer" + }, + "icon": "icon.jpg", + "homepage": "https://github.com/TheStarSlayer/Define-Word-Extension", + "tags": [ + "definitions", + "dictionary", + "words", + "meaning", + "vocabulary" + ], + "categories": [ + "productivity", + "utilities-and-tools", + "education" + ], + "installSources": [ + { + "type": "msstore", + "id": "9pdc60w12dzh" + } + ] +} \ No newline at end of file diff --git a/extensions/thestarslayer/define-word-extension/icon.jpg b/extensions/thestarslayer/define-word-extension/icon.jpg new file mode 100644 index 0000000..6a51094 Binary files /dev/null and b/extensions/thestarslayer/define-word-extension/icon.jpg differ diff --git a/extensions/thestarslayer/define-word-extension/screenshots/01-entry.png b/extensions/thestarslayer/define-word-extension/screenshots/01-entry.png new file mode 100644 index 0000000..fcf17ab Binary files /dev/null and b/extensions/thestarslayer/define-word-extension/screenshots/01-entry.png differ diff --git a/extensions/thestarslayer/define-word-extension/screenshots/02-loading.png b/extensions/thestarslayer/define-word-extension/screenshots/02-loading.png new file mode 100644 index 0000000..1741a6c Binary files /dev/null and b/extensions/thestarslayer/define-word-extension/screenshots/02-loading.png differ diff --git a/extensions/thestarslayer/define-word-extension/screenshots/03-results.png b/extensions/thestarslayer/define-word-extension/screenshots/03-results.png new file mode 100644 index 0000000..0d22e3f Binary files /dev/null and b/extensions/thestarslayer/define-word-extension/screenshots/03-results.png differ diff --git a/extensions/thestarslayer/define-word-extension/screenshots/04-no def found.png b/extensions/thestarslayer/define-word-extension/screenshots/04-no def found.png new file mode 100644 index 0000000..5e78bde Binary files /dev/null and b/extensions/thestarslayer/define-word-extension/screenshots/04-no def found.png differ