I built a chrome extension to auto-create language flashcards in anki
So this is Glean, all you do highlight a word on any webpage, click once, it's a flashcard in Anki
It runs entirely as a Chrome extension: a content script watches for a highlighted or right-clicked word, hands the surrounding sentence to a background service worker, which detects the word's language and asks an AI for a context-matched definition and example in that language, grabs pronunciation audio from whichever source actually has the word, and posts the finished note to your local Anki through the AnkiConnect add-on.
Supports 7 languages btw :)
I built it because I was always procrastinating when adding new words to anki because I'd still need to grad definitions/audio and it's a tedious job but now it's easier than ever
Leave a star if you liked it and read more about it here: https://github.com/ObayM/glean