DoubleTedder
Accelerate your English learning by TED. Show subtitles in two languages at once, auto-stop at the end and repeat again.
Wat is DoubleTedder?
DoubleTedder is een Chrome-extensie ontwikkeld door hrak24, en de belangrijkste functie is "Accelerate your English learning by TED. Show subtitles in two languages at once, auto-stop at the end and repeat again.".
Extensie Screenshots
Download het CRX-bestand van de extensie DoubleTedder
Download DoubleTedder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | fegapncdamjhcaofcobgedeppgdhpled |
| Officiële URL | https://chromewebstore.google.com/detail/doubletedder/fegapncdamjhcaofcobgedeppgdhpled |
| Beschrijving | Accelerate your English learning by TED. Show subtitles in two languages at once, auto-stop at the end and repeat again. |
| Bestandsgrootte | 14.02 KB |
| Aantal Installaties | 1,256 |
| Huidige Versie | 1.0.2 |
| Laatst Bijgewerkt | 2017-07-24 |
| Publicatiedatum | 2017-07-24 |
| Beoordeling | 4.57/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | hrak24 |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |