UWorld2Anki

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

Cos'è UWorld2Anki?

UWorld2Anki è un'estensione di Chrome sviluppata da Adel Hassan, e la sua funzione principale è "UWorld is a question bank used by medical students to study for exams. Anki is a flashcard software also used by medical students…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione UWorld2Anki

Scarica i file di estensione UWorld2Anki in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome UWorld2Anki UWorld2Anki
ID phmlchhmidolklmhbieicjmeamkjfdif
URL Ufficiale https://chromewebstore.google.com/detail/uworld2anki/phmlchhmidolklmhbieicjmeamkjfdif
Descrizione UWorld is a question bank used by medical students to study for exams. Anki is a flashcard software also used by medical students…
Dimensione del File 33.32 KB
Conteggio Installazioni 1,438
Versione Corrente 1.1
Ultimo Aggiornamento 2023-03-02
Data di Pubblicazione 2023-02-26
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Adel Hassan
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/firejake308/uw2a/issues
Lingue Supportate 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"
    }
}