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.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载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 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
电子邮箱 [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"
    }
}