Viduu
Viduu is an AI language teacher that augments your foreign language video surfing.
O que é Viduu?
Viduu é uma extensão do Chrome desenvolvida por c.krettler, e sua principal característica é "Viduu is an AI language teacher that augments your foreign language video surfing.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Viduu
Baixe arquivos de extensão Viduu no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Viduu |
ID | bkaoefenlgmfgklppcamkncpeoapggoa |
URL Oficial | https://chromewebstore.google.com/detail/viduu/bkaoefenlgmfgklppcamkncpeoapggoa |
Descrição | Viduu is an AI language teacher that augments your foreign language video surfing. |
Tamanho do Arquivo | 40.48 KB |
Contagem de Instalações | 27 |
Versão Atual | 1.0 |
Última Atualização | 2023-01-02 |
Data de Publicação | 2023-01-01 |
Desenvolvedor | c.krettler |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://viduu.ai |
Idiomas Suportados | 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" } } |