DoubleTedder
Accelerate your English learning by TED. Show subtitles in two languages at once, auto-stop at the end and repeat again.
Was ist DoubleTedder?
DoubleTedder ist eine Chrome-Erweiterung, die von hrak24 entwickelt wurde, und ihr Hauptmerkmal ist "Accelerate your English learning by TED. Show subtitles in two languages at once, auto-stop at the end and repeat again.".
Erweiterungsscreenshots
DoubleTedder-Erweiterungs-CRX-Datei herunterladen
Laden Sie DoubleTedder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Learn whole phrases from TED. - Show subtitle of your language along with English subtitle at once. - Auto-stop at the end of phrases so you can look into the subtitles. - Backward 3s / 1 phrase by button or keyboard to repeat phrases you missed.
Grundlegende Informationen zur Erweiterung
Name | DoubleTedder |
ID | fegapncdamjhcaofcobgedeppgdhpled |
Offizielle URL | https://chromewebstore.google.com/detail/doubletedder/fegapncdamjhcaofcobgedeppgdhpled |
Beschreibung | Accelerate your English learning by TED. Show subtitles in two languages at once, auto-stop at the end and repeat again. |
Dateigröße | 14.02 KB |
Installationsanzahl | 1,256 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2017-07-24 |
Veröffentlichungsdatum | 2017-07-24 |
Bewertung | 4.57/5 Insgesamt 7 Bewertungen |
Entwickler | hrak24 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DoubleTedder", "version": "1.0.2", "description": "Accelerate your English learning by TED. Show subtitles in two languages at once, auto-stop at the end and repeat again.", "content_scripts": [ { "matches": [ "https:\/\/www.ted.com\/*" ], "js": [ "doubleTedder.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.htm", "default_icon": "icon.png" }, "permissions": [ "tabs", "https:\/\/www.ted.com\/*" ], "icons": { "128": "icon.png" } } |