DoubleTedder

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

DoubleTedder là gì?

DoubleTedder là một tiện ích mở rộng Chrome được phát triển bởi hrak24, và tính năng chính của nó là "Accelerate your English learning by TED. Show subtitles in two languages at once, auto-stop at the end and repeat again.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng DoubleTedder

Tải xuống các tệp mở rộng DoubleTedder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DoubleTedder DoubleTedder
ID fegapncdamjhcaofcobgedeppgdhpled
URL Chính Thức https://chromewebstore.google.com/detail/doubletedder/fegapncdamjhcaofcobgedeppgdhpled
Mô tả Accelerate your English learning by TED. Show subtitles in two languages at once, auto-stop at the end and repeat again.
Kích Thước Tệp 14.02 KB
Số Lần Cài Đặt 1,256
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2017-07-24
Ngày Phát Hành 2017-07-24
Đánh Giá 4.57/5 Tổng số 7 Đánh Giá
Nhà Phát Triển hrak24
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}