Speak English like Ted Talks

Practice English Speaking using Ted Talks made easy

什么是Speak English like Ted Talks?

Speak English like Ted Talks是由jichenweb开发的Chrome扩展程序,该扩展的主要功能是“Practice English Speaking using Ted Talks made easy”。

扩展截图

screenshot
screenshot
screenshot

下载Speak English like Ted Talks扩展crx文件

下载Speak English like Ted Talks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        As a non-native English speaker, Ted Talks is a great way to practice English. You can click any sentence to play it.

However, you can not easily stop the play and repeat the sentence. To do that, you will have to scroll all the way to the top of the page and click the Ted Player to pause. This back and forth is very inconvenient.

This Chrome Extension solved that problem by making the Ted Player sticky during page scroll, allowing you to play and pause nicely.

To activate it:

1, Click extension icon and click "Turn on" button in the popup ui
2, Click any text to listen to the speaker, and repeat to practice
3, Click the Ted Video player to stop
4, Click the same text to repeat                    

扩展基本信息

名称 Speak English like Ted Talks Speak English like Ted Talks
ID icepjpjnmelmndldjdphenipdkiknboo
官方URL https://chromewebstore.google.com/detail/speak-english-like-ted-ta/icepjpjnmelmndldjdphenipdkiknboo
简介 Practice English Speaking using Ted Talks made easy
文件大小 48.65 KB
安装次数 42
当前版本 2.0
更新时间 2021-10-19
上架时间 2021-10-07
开发者 jichenweb
电子邮箱 [email protected]
付费类型 free
扩展官网 https://creativelearningltc.github.io/TedSpeaking/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Speak English like Ted Talks",
    "description": "Practice English Speaking using Ted Talks made easy",
    "version": "2.0",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "Practice English using Ted Talks",
        "default_popup": "popup.html"
    },
    "manifest_version": 3
}