Viduu
Viduu is an AI language teacher that augments your foreign language video surfing.
Co je Viduu?
Viduu je rozšíření Chrome vyvinuté c.krettler, a jeho hlavní funkcí je „Viduu is an AI language teacher that augments your foreign language video surfing.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Viduu
Stáhněte si soubory rozšíření Viduu ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Viduu |
ID | bkaoefenlgmfgklppcamkncpeoapggoa |
Oficiální URL | https://chromewebstore.google.com/detail/viduu/bkaoefenlgmfgklppcamkncpeoapggoa |
Popis | Viduu is an AI language teacher that augments your foreign language video surfing. |
Velikost souboru | 40.48 KB |
Počet instalací | 27 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2023-01-02 |
Datum Vydání | 2023-01-01 |
Vývojář | c.krettler |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://viduu.ai |
Podporované Jazyky | 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" } } |