Udacity YT subtitles viewer

Views subtitles of current YTube video in Udacity.com. Useful for learning english new words. Most efficient with 'lingualeo addon'.

Was ist Udacity YT subtitles viewer?

Udacity YT subtitles viewer ist eine Chrome-Erweiterung, die von IgorKurkov entwickelt wurde, und ihr Hauptmerkmal ist "Views subtitles of current YTube video in Udacity.com. Useful for learning english new words. Most efficient with 'lingualeo addon'.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Udacity YT subtitles viewer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Udacity YT subtitles viewer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Views subtitles of Udacity.com youtube video on the same page. 
Really useful for learning english new technical words. 
Most efficient with 'lingualeo addon' -
https://chrome.google.com/webstore/detail/lingualeo-english-transla/nglbhlefjhcjockellmeclkcijildjhi?utm_source=chrome-app-launcher-info-dialog

If you want to save new english words from subtitles on Udacity.com to Lingualeo vocabulary - you must:
1. Install "LinguaLeo English Translator" addon, 
2. Register on Lingualeo.com. 
3. Install "Udacity YT subtitles viewer" addon
Have a fun!)

Only for Udacity.com pages (now)                    

Grundlegende Informationen zur Erweiterung

Name Udacity YT subtitles viewer Udacity YT subtitles viewer
ID phmkmmaonaailokhjpfpcegeonbblgjd
Offizielle URL https://chromewebstore.google.com/detail/udacity-yt-subtitles-view/phmkmmaonaailokhjpfpcegeonbblgjd
Beschreibung Views subtitles of current YTube video in Udacity.com. Useful for learning english new words. Most efficient with 'lingualeo addon'.
Dateigröße 9.68 KB
Installationsanzahl 279
Aktuelle Version 1.2
Letztes Update 2017-12-21
Veröffentlichungsdatum 2017-12-21
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler IgorKurkov
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Udacity YT subtitles viewer",
    "description": "Views subtitles of current YTube video in Udacity.com. Useful for learning english new words. Most efficient with 'lingualeo addon'.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "homepage_url": "https:\/\/github.com\/IgorKurkov",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}