DoubleTedder

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

What is DoubleTedder?

DoubleTedder is a Chrome extension developed by hrak24, and its main feature is "Accelerate your English learning by TED. Show subtitles in two languages at once, auto-stop at the end and repeat again.".

Extension Screenshots

screenshot
screenshot

Download DoubleTedder Extension CRX File

Download DoubleTedder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name DoubleTedder DoubleTedder
ID fegapncdamjhcaofcobgedeppgdhpled
Official URL https://chromewebstore.google.com/detail/doubletedder/fegapncdamjhcaofcobgedeppgdhpled
Description Accelerate your English learning by TED. Show subtitles in two languages at once, auto-stop at the end and repeat again.
File Size 14.02 KB
Installation Count 1,256
Current Version 1.0.2
Last Updated 2017-07-24
Publish Date 2017-07-24
Rating 4.57/5 Total 7 Ratings
Developer hrak24
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}