DoubleTedder
Accelerate your English learning by TED. Show subtitles in two languages at once, auto-stop at the end and repeat again.
Apa itu DoubleTedder?
DoubleTedder adalah ekstensi Chrome yang dikembangkan oleh hrak24, dan fitur utamanya adalah "Accelerate your English learning by TED. Show subtitles in two languages at once, auto-stop at the end and repeat again.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi DoubleTedder
Unduh file ekstensi DoubleTedder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | DoubleTedder |
ID | fegapncdamjhcaofcobgedeppgdhpled |
URL Resmi | https://chromewebstore.google.com/detail/doubletedder/fegapncdamjhcaofcobgedeppgdhpled |
Deskripsi | Accelerate your English learning by TED. Show subtitles in two languages at once, auto-stop at the end and repeat again. |
Ukuran File | 14.02 KB |
Jumlah Instalasi | 1,256 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2017-07-24 |
Tanggal Publikasi | 2017-07-24 |
Penilaian | 4.57/5 Total 7 Penilaian |
Pengembang | hrak24 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |