TEDxEnglish
Highlights English sentences on TED websites by pressing 'i'. Supports English learning.
Wat is TEDxEnglish?
TEDxEnglish is een Chrome-extensie ontwikkeld door Daisuke SHIBATO, en de belangrijkste functie is "Highlights English sentences on TED websites by pressing 'i'. Supports English learning.".
Extensie Screenshots
Download het CRX-bestand van de extensie TEDxEnglish
Download TEDxEnglish-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | TEDxEnglish |
ID | mbeigacaigcgaklfpkjlgbmcaollpbgd |
Officiële URL | https://chromewebstore.google.com/detail/tedxenglish/mbeigacaigcgaklfpkjlgbmcaollpbgd |
Beschrijving | Highlights English sentences on TED websites by pressing 'i'. Supports English learning. |
Bestandsgrootte | 110 KB |
Aantal Installaties | 541 |
Huidige Versie | 1.0.6 |
Laatst Bijgewerkt | 2018-09-25 |
Publicatiedatum | 2018-09-25 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Daisuke SHIBATO |
Betalingswijze | free |
Ondersteunde Talen | 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": [] } |