TEDxEnglish

Highlights English sentences on TED websites by pressing 'i'. Supports English learning.

TEDxEnglish란 무엇입니까?

TEDxEnglish은(는) Daisuke SHIBATO에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Highlights English sentences on TED websites by pressing 'i'. Supports English learning."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

TEDxEnglish 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        TEDを活用した英語学習をサポートする拡張機能です。動画を視聴していて英語を聞き取れなかった時、i を入力することで、TEDのサイト上の該当する英語原文をハイライトすることができます。ハイライトされた英文をクリックすると、動画がそのタイミングまでジャンプするので、聞き取れなかった英語を復習することができます。

This extension supports English learning on TED.
When you are watching TED videos and couldn't understand English sentences, this extension highlights the sentences in red by clicking "i" on your keyboard.                    

확장 프로그램 기본 정보

이름 TEDxEnglish TEDxEnglish
ID mbeigacaigcgaklfpkjlgbmcaollpbgd
공식 URL https://chromewebstore.google.com/detail/tedxenglish/mbeigacaigcgaklfpkjlgbmcaollpbgd
설명 Highlights English sentences on TED websites by pressing 'i'. Supports English learning.
파일 크기 110 KB
설치 횟수 541
현재 버전 1.0.6
최근 업데이트 2018-09-25
출시 날짜 2018-09-25
평점 5.00/5 총 1 개의 평점
개발자 Daisuke SHIBATO
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.6",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon-128.png"
    },
    "default_locale": "en",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ted.com\/*"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.min.js",
                "scripts\/contentscript.js"
            ],
            "css": [
                "style\/main.css"
            ]
        }
    ],
    "permissions": []
}