Viduu
Viduu is an AI language teacher that augments your foreign language video surfing.
Cos'è Viduu?
Viduu è un'estensione di Chrome sviluppata da c.krettler, e la sua funzione principale è "Viduu is an AI language teacher that augments your foreign language video surfing.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Viduu
Scarica i file di estensione Viduu in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Viduu |
ID | bkaoefenlgmfgklppcamkncpeoapggoa |
URL Ufficiale | https://chromewebstore.google.com/detail/viduu/bkaoefenlgmfgklppcamkncpeoapggoa |
Descrizione | Viduu is an AI language teacher that augments your foreign language video surfing. |
Dimensione del File | 40.48 KB |
Conteggio Installazioni | 27 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2023-01-02 |
Data di Pubblicazione | 2023-01-01 |
Sviluppatore | c.krettler |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://viduu.ai |
Lingue Supportate | 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" } } |