DoubleTedder

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

什麼是DoubleTedder?

DoubleTedder是由hrak24開發的Chrome擴展程式,該擴展的主要功能是“Accelerate your English learning by TED. Show subtitles in two languages at once, auto-stop at the end and repeat again.”。

擴展截圖

screenshot
screenshot

下載DoubleTedder擴展crx文件

下載DoubleTedder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 DoubleTedder DoubleTedder
ID fegapncdamjhcaofcobgedeppgdhpled
官方網址 https://chromewebstore.google.com/detail/doubletedder/fegapncdamjhcaofcobgedeppgdhpled
簡介 Accelerate your English learning by TED. Show subtitles in two languages at once, auto-stop at the end and repeat again.
檔案大小 14.02 KB
安裝次數 1,256
目前版本 1.0.2
更新時間 2017-07-24
上架時間 2017-07-24
評分 4.57/5 共 7 次評分
開發者 hrak24
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}