Adds an option to create Anki flash cards with the Language Reactor chrome extension
Language Reactor can be found here:
https://chrome.google.com/webstore/detail/language-reactor/hoombieeljmmljlkjmnheibnpciblicm
- Must install AnkiConnect plugin.
- Must leave the Anki desktop application open in order to connect to it.
- Install unpacked extension.
- Setup the URL (default is
http://localhost:8765
), deck and model
Click a word to bring up the definition popup. Clicking the Anki button will send the current word and definition straight to Anki. Also, the "RC" option, will remove the colour from the selected word
Exported data fields:
Screenshot
- an image of video taken at time when button is pressedSubtitle
- the current subtitle visible on screenSubtitle Translation
- this is the translated subtitle when using the 'Show machine translation' optionWord
- selected word in the subtitleBasic Translation
- the transaltion of the selected wordExample Sentences
- examaples bellow the definitons in the popup, either from current video or TatoebaExample Source
- Tatoeba or Current videoOther Translation
- the extra translations of the word, formatted in HTML(URL)
- URL of current video with the current timestampHighlight
- toggle wether to highlight words exported to Anki in the choosen colour
Settings allow you to choose which fields are filled with what data. A blank options means that data is skipped
Acess to fetch at 'http://localhost:8765' from origin 'https://www.netflix.com' has been blocked by CORS policy
You need to make sure Netflix and Youtube are add to the "webCorsOriginList" in your AnkiConnect config. To do this, go to:
Anki > tools > Add-ons > AnkiConnect > config
Example of "webCorsOriginList"
"webCorsOriginList": [
"http://localhost",
"https://www.netflix.com",
"https://www.youtube.com"
]