Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rsimmons/subadub
Chrome+Firefox extension for studying foreign languages using Netflix subtitles
https://github.com/rsimmons/subadub
language-learning netflix subtitles
Last synced: 3 months ago
JSON representation
Chrome+Firefox extension for studying foreign languages using Netflix subtitles
- Host: GitHub
- URL: https://github.com/rsimmons/subadub
- Owner: rsimmons
- License: mit
- Created: 2018-12-14T00:05:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T02:57:05.000Z (10 months ago)
- Last Synced: 2024-10-11T00:08:45.437Z (4 months ago)
- Topics: language-learning, netflix, subtitles
- Language: Shell
- Homepage:
- Size: 60.5 KB
- Stars: 126
- Watchers: 8
- Forks: 38
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-language-learning - subadub - An extension for Netflix that allows downloading SRT and makes them copyable (so that you can look up the words). (Language Learning / Video Players (or extensions))
README
# Subadub
Subadub is a browser extension for Chrome and Firefox that enhances Netflix subtitles for foreign language study.
- Subtitles are displayed as selectable text, so you can copy+paste them to make flash cards and look up words in a dictionary (e.g. using the Yomichan or Rikaikun extensions for Japanese)
- Full subtitles for a video can be downloaded in SRT format for personal study/review## Installation
- [Subadub for Google Chrome](https://chrome.google.com/webstore/detail/subadub/jamiekdimmhnnemaaimmdahnahfmfdfk)
- [Subadub for Mozilla Firefox](https://addons.mozilla.org/en-US/firefox/addon/subadub/)## Process to Publish a New Version
- make changes to dist/content_script.js
- bump version number in dist/manifest.json
- (best to commit+push these changes, but not required)
- run archive.sh to produce new subadub.zip
- upload subadub.zip to Chrome Web Store (https://chrome.google.com/webstore/developer/dashboard) and Firefox Add-on Developer Hub (https://addons.mozilla.org/en-US/developers/)