Udemy Subtitle Translator with Custom Style
Fast and Lightweight. Udemy's Missing Functions for Non-English Speaking Learners.
Udemy Subtitle Translator with Custom Style क्या है?
Udemy Subtitle Translator with Custom Style lazymonkey द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fast and Lightweight. Udemy's Missing Functions for Non-English Speaking Learners."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Udemy Subtitle Translator with Custom Style एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
[2021/03 Working] 支援: - 字幕即時翻譯 (借助強大的 Google Translate 套件) - 雙語字幕模式 - 字幕樣式客製化 步驟: - 安裝Google Translate套件: https://chrome.google.com/webstore/detail/google-translate/aapbdbdomjkkjkaonfhkkikfgjllcleb - 至Udemy課程頁面,開啟英文字幕 - 開啟Transcript - 使用Google Translate套件翻譯頁面 - 字幕將即時翻譯 ------------------------------------------------------------------------------------------------------------- Support: - Udemy real-time subtitle translation by leveraging free and powerful "Google Translate". - Dual Mode, show translated and original subtitles together. - Customizable Subtitle Styles. Steps: - Install Google Translate Chrome Extension Plugin. https://chrome.google.com/webstore/detail/google-translate/aapbdbdomjkkjkaonfhkkikfgjllcleb - Go to Udemy Course, and open "Transcript" - Click "Google Translate" plugin to translate the whole page to your language - The subtitle would be translated real-time.
एक्सटेंशन की मूल जानकारी
नाम | Udemy Subtitle Translator with Custom Style |
ID | boobfniiepghnbeplehgjjmjnfehmnba |
आधिकारिक URL | https://chromewebstore.google.com/detail/udemy-subtitle-translator/boobfniiepghnbeplehgjjmjnfehmnba |
विवरण | Fast and Lightweight. Udemy's Missing Functions for Non-English Speaking Learners. |
फ़ाइल का आकार | 22.03 KB |
स्थापना संख्या | 4,561 |
वर्तमान संस्करण | 0.0.2 |
अंतिम अपडेट | 2021-03-03 |
प्रकाशन तिथि | 2021-02-28 |
रेटिंग | 3.57/5 कुल 28 रेटिंग्स |
डेवलपर | lazymonkey |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://publichosting.web.app/privacy_policy.html |
समर्थित भाषाएँ | zh-CN |
manifest.json | |
{ "content_scripts": [ { "all_frames": false, "js": [ "scripts\/content.min.js" ], "matches": [ "https:\/\/*.udemy.com\/*" ], "run_at": "document_end" } ], "description": "Fast and Lightweight. Udemy's Missing Functions for Non-English Speaking Learners.", "icons": { "48": "images\/icon-48x48.png", "32": "images\/icon-32x32.png", "16": "images\/icon-16x16.png" }, "manifest_version": 2, "options_page": "options.html", "name": "Udemy Subtitle Translator with Custom Style", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.2", "web_accessible_resources": [ "options.html" ], "permissions": [ "storage", "management", "tabs" ], "background": { "scripts": [ "background.min.js" ], "persistent": false } } |