Viduu
Viduu is an AI language teacher that augments your foreign language video surfing.
Qu'est-ce que Viduu ?
Viduu est une extension Chrome développée par c.krettler, et sa fonction principale est "Viduu is an AI language teacher that augments your foreign language video surfing.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Viduu
Téléchargez les fichiers d'extension Viduu au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Viduu |
ID | bkaoefenlgmfgklppcamkncpeoapggoa |
URL Officiel | https://chromewebstore.google.com/detail/viduu/bkaoefenlgmfgklppcamkncpeoapggoa |
Description | Viduu is an AI language teacher that augments your foreign language video surfing. |
Taille du Fichier | 40.48 KB |
Nombre d'Installations | 27 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2023-01-02 |
Date de Publication | 2023-01-01 |
Développeur | c.krettler |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://viduu.ai |
Langues Prises en Charge | 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" } } |