DoubleTedder
Accelerate your English learning by TED. Show subtitles in two languages at once, auto-stop at the end and repeat again.
¿Qué es DoubleTedder?
DoubleTedder es una extensión de Chrome desarrollada por hrak24, y su función principal es "Accelerate your English learning by TED. Show subtitles in two languages at once, auto-stop at the end and repeat again.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión DoubleTedder
Descarga archivos de extensión DoubleTedder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | DoubleTedder |
ID | fegapncdamjhcaofcobgedeppgdhpled |
URL Oficial | https://chromewebstore.google.com/detail/doubletedder/fegapncdamjhcaofcobgedeppgdhpled |
Descripción | Accelerate your English learning by TED. Show subtitles in two languages at once, auto-stop at the end and repeat again. |
Tamaño del Archivo | 14.02 KB |
Cantidad de Instalaciones | 1,256 |
Versión Actual | 1.0.2 |
Última Actualización | 2017-07-24 |
Fecha de Publicación | 2017-07-24 |
Calificación | 4.57/5 Total de 7 Calificaciones |
Desarrollador | hrak24 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |