Learn Czech with TV

Czech to English translation for Česká Televize. Learn Czech by watching Czech TV shows with dual Czech-English subtitles.

Learn Czech with TVとは何ですか?

Learn Czech with TVはANGExtensionsによって開発されたChromeの拡張機能で、その主な機能は「Czech to English translation for Česká Televize. Learn Czech by watching Czech TV shows with dual Czech-English subtitles.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Learn Czech with TV拡張機能のCRXファイルをダウンロード

Learn Czech with TV拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Learn Czech by watching any show on the channel Česká Televize (http://ceskatelevize.cz) with double Czech-English subtitles or another language of your choice!

Translate shows on Česká Televize to any of the following languages: Arabic, Bengali, Bulgarian, Chinese, English, French, German, Hindi, Indonesian, Korean, Polish, Portuguese, Romanian, Russian, Slovak, Spanish, Swahili, Japanese, Turkish, Ukranian, Urdu, Vietnamese.  If you'd like support for a language that isn't currently supported, feel free to reach out to [email protected] with the request.

Watch adult shows on https://ceskatelevize.cz with double  subtitles, including famous shows such as:
- Vyprávěj
- Chalupáři
- Návštěvníci
- Nemocnice na kraji města
- ...and more!

And even watch kids shows on https://decko.ceskatelevize.cz, including:
- Arabela
- Pan Tau 
- Anča a Pepík
- Večerníček shows, e.g.
     - Pohádky z mechu a kapradí
     - Říkání o víle Amálce
     - Znovu u Spejbla a Hurvínka
     - Vynálezce Alva
- ...and more!                    

拡張機能の基本情報

名前 Learn Czech with TV Learn Czech with TV
ID ipngmojcimcjagngechlldbffabijjci
公式URL https://chrome.google.com/webstore/detail/ipngmojcimcjagngechlldbffabijjci
説明 Czech to English translation for Česká Televize. Learn Czech by watching Czech TV shows with dual Czech-English subtitles.
ファイルサイズ 266 KB
インストール数 227
現在のバージョン 2.1
最終更新日 2021-06-25
公開日 2020-07-15
評価 4.60/5 合計 5 レビュー
開発者 ANGExtensions
Eメール [email protected]
支払い方法 free
対応言語 de,en,vi,pl,sk,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "2.1",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.ceskatelevize.cz\/*"
            ],
            "js": [
                "lib\/jquery.min.js",
                "js\/vars.js",
                "js\/subtitlechecker.js",
                "js\/episodechecker.js",
                "js\/fullscreenchecker.js",
                "js\/hover.js",
                "js\/translate.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "options_page": "popup.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "css\/tooltip.css",
        "css\/alert.css"
    ]
}