DoubleTedder

Accelerate your English learning by TED. Show subtitles in two languages at once, auto-stop at the end and repeat again.

Co je DoubleTedder?

DoubleTedder je rozšíření Chrome vyvinuté hrak24, a jeho hlavní funkcí je „Accelerate your English learning by TED. Show subtitles in two languages at once, auto-stop at the end and repeat again.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření DoubleTedder

Stáhněte si soubory rozšíření DoubleTedder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název DoubleTedder DoubleTedder
ID fegapncdamjhcaofcobgedeppgdhpled
Oficiální URL https://chromewebstore.google.com/detail/doubletedder/fegapncdamjhcaofcobgedeppgdhpled
Popis Accelerate your English learning by TED. Show subtitles in two languages at once, auto-stop at the end and repeat again.
Velikost souboru 14.02 KB
Počet instalací 1,256
Aktuální Verze 1.0.2
Poslední Aktualizace 2017-07-24
Datum Vydání 2017-07-24
Hodnocení 4.57/5 Celkem 7 Hodnocení
Vývojář hrak24
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}