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
官方網址 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"
    }
}