StudyBuddy

This extension is a small question-answer pair memorizer helper tool.

StudyBuddyคืออะไร?

StudyBuddy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dmgpmertens และคุณลักษณะหลักของมันคือ "This extension is a small question-answer pair memorizer helper tool."

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

screenshot
screenshot
screenshot

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

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

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

                        In this extension you can make question-answer pairs which you can test yourself on. There is also a flashcard like option in the reveal button. This is only a first version, there are multiple ideas for expansion.                    

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

ชื่อ StudyBuddy StudyBuddy
ID ppednkkbmekofaomljoilgpnaogkdihl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/studybuddy/ppednkkbmekofaomljoilgpnaogkdihl
คำอธิบาย This extension is a small question-answer pair memorizer helper tool.
ขนาดไฟล์ 10.11 KB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-05-26
วันที่เผยแพร่ 2019-05-26
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา dmgpmertens
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "StudyBuddy",
    "description": "This extension is a small question-answer pair memorizer helper tool.",
    "icons": {
        "16": "images\/icon_16px.png",
        "48": "images\/icon_48px.png",
        "128": "images\/icon_128px.png"
    },
    "permissions": [
        "alarms"
    ],
    "version": "1.0",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "author": "Dani Mertens"
}