TEDxEnglish

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

Cos'è TEDxEnglish?

TEDxEnglish è un'estensione di Chrome sviluppata da Daisuke SHIBATO, e la sua funzione principale è "Highlights English sentences on TED websites by pressing 'i'. Supports English learning.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione TEDxEnglish

Scarica i file di estensione TEDxEnglish in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome TEDxEnglish TEDxEnglish
ID mbeigacaigcgaklfpkjlgbmcaollpbgd
URL Ufficiale https://chromewebstore.google.com/detail/tedxenglish/mbeigacaigcgaklfpkjlgbmcaollpbgd
Descrizione Highlights English sentences on TED websites by pressing 'i'. Supports English learning.
Dimensione del File 110 KB
Conteggio Installazioni 541
Versione Corrente 1.0.6
Ultimo Aggiornamento 2018-09-25
Data di Pubblicazione 2018-09-25
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Daisuke SHIBATO
Tipo di Pagamento free
Lingue Supportate 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": []
}