Whiteboard AI

Stop Watching Lectures

Whiteboard AIคืออะไร?

Whiteboard AI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://whiteboard.college และคุณลักษณะหลักของมันคือ "Stop Watching Lectures"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Whiteboard AI

ดาวน์โหลดไฟล์ส่วนขยาย Whiteboard AI ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        📝 (NEW!) Note-taking & Flashcard Quizzing Support: Take notes on any lecture or PDF and get quiz questions personalized to your flashcard sets!

📥 MP4 & MP3 Media Support: Upload up to 8 hours of video or audio onto Whiteboard for instant flashcards, summaries, and Q&A with timestamps.

📚 PDF and Textbook Summaries: Comprehensive summaries and Q&A of up to 1000+ pages of study material.

🔑 Instant Smartcards: Easy-to-use flashcards for memorizing important key concepts.

🎥 Transform Lectures: Summarize videos into bite-sized chunks (YouTube, Zoom, Canvas, Panopto, and Yuja).

🧠 Real-time Q&A Smart Tutor: Get guided answers and feedback while watching videos.

💭 Test your Knowledge: Whiteboard will create and guide you through practice problems to test your understanding.

💡 Collaborative Note-Taking and Integrations: Coming soon! Collaborate with others and integrate with Notion, Notability, and Google Drive.

Don't settle for passive learning. Embrace the power of interactive, personalized learning with Whiteboard AI and unlock your full learning potential!

Join the Whiteboard Community! 👉

Discord: https://discord.gg/tAsSDkm64g
TikTok: https://www.tiktok.com/@whiteboard.ai
Twitter: https://twitter.com/whiteboardai
Instagram: https://www.instagram.com/whiteboard.ai/
Threads (NEW!): https://www.threads.net/@whiteboard.ai                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Whiteboard AI Whiteboard AI
ID bmpnlflolkhnjdgfpofehiekcjeenfha
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/whiteboard-ai/bmpnlflolkhnjdgfpofehiekcjeenfha
คำอธิบาย Stop Watching Lectures
ขนาดไฟล์ 4.04 MB
จำนวนการติดตั้ง 8,213
เวอร์ชันปัจจุบัน 6.4
อัปเดตครั้งล่าสุด 2023-12-30
วันที่เผยแพร่ 2023-05-08
คะแนน 4.67/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://whiteboard.college
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.whiteboard.college
URL หน้าช่วยเหลือ https://discord.gg/tAsSDkm64g
URL หน้านโยบายความเป็นส่วนตัว https://www.mywhiteboard.ai/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Stop Watching Lectures",
    "version": "6.4",
    "manifest_version": 3,
    "name": "Whiteboard AI",
    "permissions": [
        "storage",
        "cookies",
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "*:\/\/*.whiteboard.college\/*"
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png",
                "newtab.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}