TEDxEnglish
Highlights English sentences on TED websites by pressing 'i'. Supports English learning.
What is TEDxEnglish?
TEDxEnglish is a Chrome extension developed by Daisuke SHIBATO, and its main feature is "Highlights English sentences on TED websites by pressing 'i'. Supports English learning.".
Extension Screenshots
Download TEDxEnglish Extension CRX File
Download TEDxEnglish extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | TEDxEnglish |
ID | mbeigacaigcgaklfpkjlgbmcaollpbgd |
Official URL | https://chromewebstore.google.com/detail/tedxenglish/mbeigacaigcgaklfpkjlgbmcaollpbgd |
Description | Highlights English sentences on TED websites by pressing 'i'. Supports English learning. |
File Size | 110 KB |
Installation Count | 541 |
Current Version | 1.0.6 |
Last Updated | 2018-09-25 |
Publish Date | 2018-09-25 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Daisuke SHIBATO |
Payment Type | free |
Supported Languages | 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": [] } |