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
公式URL 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
Eメール [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"
    }
}