UWorld2Anki

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

What is UWorld2Anki?

UWorld2Anki is a Chrome extension developed by Adel Hassan, and its main feature is "UWorld is a question bank used by medical students to study for exams. Anki is a flashcard software also used by medical students…".

Extension Screenshots

screenshot

Download UWorld2Anki Extension CRX File

Download UWorld2Anki extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name UWorld2Anki UWorld2Anki
ID phmlchhmidolklmhbieicjmeamkjfdif
Official URL https://chromewebstore.google.com/detail/uworld2anki/phmlchhmidolklmhbieicjmeamkjfdif
Description UWorld is a question bank used by medical students to study for exams. Anki is a flashcard software also used by medical students…
File Size 33.32 KB
Installation Count 1,438
Current Version 1.1
Last Updated 2023-03-02
Publish Date 2023-02-26
Rating 5.00/5 Total 3 Ratings
Developer Adel Hassan
Email [email protected]
Payment Type free
Help Page URL https://github.com/firejake308/uw2a/issues
Supported Languages 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"
    }
}