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"입니다.
확장 프로그램 스크린샷
Speak English like Ted Talks 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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 } |