Speak English like Ted Talks

Practice English Speaking using Ted Talks made easy

Speak English like Ted Talksคืออะไร?

Speak English like Ted Talks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jichenweb และคุณลักษณะหลักของมันคือ "Practice English Speaking using Ted Talks made easy"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Speak English like Ted Talks

ดาวน์โหลดไฟล์ส่วนขยาย 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
}