UWorld2Anki

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

Was ist UWorld2Anki?

UWorld2Anki ist eine Chrome-Erweiterung, die von Adel Hassan entwickelt wurde, und ihr Hauptmerkmal ist "UWorld is a question bank used by medical students to study for exams. Anki is a flashcard software also used by medical students…".

Erweiterungsscreenshots

screenshot

UWorld2Anki-Erweiterungs-CRX-Datei herunterladen

Laden Sie UWorld2Anki-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name UWorld2Anki UWorld2Anki
ID phmlchhmidolklmhbieicjmeamkjfdif
Offizielle URL https://chromewebstore.google.com/detail/uworld2anki/phmlchhmidolklmhbieicjmeamkjfdif
Beschreibung UWorld is a question bank used by medical students to study for exams. Anki is a flashcard software also used by medical students…
Dateigröße 33.32 KB
Installationsanzahl 1,438
Aktuelle Version 1.1
Letztes Update 2023-03-02
Veröffentlichungsdatum 2023-02-26
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Adel Hassan
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://github.com/firejake308/uw2a/issues
Unterstützte Sprachen 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"
    }
}