Viduu
Viduu is an AI language teacher that augments your foreign language video surfing.
Viduuとは何ですか?
Viduuはc.krettlerによって開発されたChromeの拡張機能で、その主な機能は「Viduu is an AI language teacher that augments your foreign language video surfing.」です。
拡張機能のスクリーンショット
Viduu拡張機能のCRXファイルをダウンロード
Viduu拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Viduu is an AI language teacher that augments your foreign language video surfing. It classifies videos you’re watching to suit your level and asks you questions based on the content, all by itself! Viduu is the world's first language learning application that provides users with novel questions curated to their specific comprehension level, all based on content they choose. By using AI as a librarian and teacher, we're able to turn any content with text or subtitles into a language lesson.
拡張機能の基本情報
名前 | Viduu |
ID | bkaoefenlgmfgklppcamkncpeoapggoa |
公式URL | https://chromewebstore.google.com/detail/viduu/bkaoefenlgmfgklppcamkncpeoapggoa |
説明 | Viduu is an AI language teacher that augments your foreign language video surfing. |
ファイルサイズ | 40.48 KB |
インストール数 | 27 |
現在のバージョン | 1.0 |
最終更新日 | 2023-01-02 |
公開日 | 2023-01-01 |
開発者 | c.krettler |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://viduu.ai |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Viduu", "description": "Viduu is an AI language teacher that augments your foreign language video surfing.", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "tabs" ], "action": { "default_icon": { "16": "\/images\/Viduu.png", "32": "\/images\/Viduu.png", "48": "\/images\/Viduu.png", "128": "\/images\/Viduu.png" } }, "icons": { "16": "\/images\/Viduu.png", "32": "\/images\/Viduu.png", "48": "\/images\/Viduu.png", "128": "\/images\/Viduu.png" } } |