UWorld2Anki

UWorld is a question bank used by medical students to study for exams. Anki is a flashcard software also used by medical students…

UWorld2Ankiคืออะไร?

UWorld2Anki เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adel Hassan และคุณลักษณะหลักของมันคือ "UWorld is a question bank used by medical students to study for exams. Anki is a flashcard software also used by medical students…"

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

screenshot

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

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

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

                        UWorld is a question bank used by medical students to study for exams. Anki is a flashcard software also used by medical students to study for exams. This extension adds a button in UWorld that automatically opens the corresponding Anki cards.

Changelog:
- version 1.1) fixed bug where qid wouldn't update when going to next question                    

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

ชื่อ UWorld2Anki UWorld2Anki
ID phmlchhmidolklmhbieicjmeamkjfdif
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/uworld2anki/phmlchhmidolklmhbieicjmeamkjfdif
คำอธิบาย UWorld is a question bank used by medical students to study for exams. Anki is a flashcard software also used by medical students…
ขนาดไฟล์ 33.32 KB
จำนวนการติดตั้ง 1,438
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2023-03-02
วันที่เผยแพร่ 2023-02-26
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Adel Hassan
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/firejake308/uw2a/issues
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "UWorld2Anki",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/apps.uworld.com\/courseapp\/usmle\/*\/testinterface\/launchtest\/*"
            ],
            "js": [
                "index.js"
            ],
            "css": [
                "btn.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}