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