Study Buddy

Chrome extension that generates questions and answers from a webpage to help you study!

Study Buddyคืออะไร?

Study Buddy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย benko.mislav และคุณลักษณะหลักของมันคือ "Chrome extension that generates questions and answers from a webpage to help you study!"

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

screenshot
screenshot

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

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

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

                        This extension is designed to make it easier for users to learn and understand the content they are reading. By generating questions and answers, users can test their knowledge, reinforce key concepts, and gain a deeper understanding of the material.                    

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

ชื่อ Study Buddy Study Buddy
ID eanalaiahmfkcilogaoggcfdgilbkhmk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/study-buddy/eanalaiahmfkcilogaoggcfdgilbkhmk
คำอธิบาย Chrome extension that generates questions and answers from a webpage to help you study!
ขนาดไฟล์ 290 KB
จำนวนการติดตั้ง 437
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2024-03-07
วันที่เผยแพร่ 2023-03-06
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา benko.mislav
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Study Buddy",
    "version": "1.0.0",
    "description": "Chrome extension that generates questions and answers from a webpage to help you study!",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
}