DoubleTedder
Accelerate your English learning by TED. Show subtitles in two languages at once, auto-stop at the end and repeat again.
Cos'è DoubleTedder?
DoubleTedder è un'estensione di Chrome sviluppata da hrak24, e la sua funzione principale è "Accelerate your English learning by TED. Show subtitles in two languages at once, auto-stop at the end and repeat again.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DoubleTedder
Scarica i file di estensione DoubleTedder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | DoubleTedder |
ID | fegapncdamjhcaofcobgedeppgdhpled |
URL Ufficiale | https://chromewebstore.google.com/detail/doubletedder/fegapncdamjhcaofcobgedeppgdhpled |
Descrizione | Accelerate your English learning by TED. Show subtitles in two languages at once, auto-stop at the end and repeat again. |
Dimensione del File | 14.02 KB |
Conteggio Installazioni | 1,256 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2017-07-24 |
Data di Pubblicazione | 2017-07-24 |
Valutazione | 4.57/5 Totale 7 Valutazioni |
Sviluppatore | hrak24 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |