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.”。
擴展截圖
下載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!
擴展基本資訊
名稱 | |
ID | ipngmojcimcjagngechlldbffabijjci |
官方網址 | 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 |
電子郵箱 | [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" ] } |