UWorld2Anki

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

Wat is UWorld2Anki?

UWorld2Anki is een Chrome-extensie ontwikkeld door Adel Hassan, en de belangrijkste functie is "UWorld is a question bank used by medical students to study for exams. Anki is a flashcard software also used by medical students…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie UWorld2Anki

Download UWorld2Anki-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam UWorld2Anki UWorld2Anki
ID phmlchhmidolklmhbieicjmeamkjfdif
Officiële URL https://chromewebstore.google.com/detail/uworld2anki/phmlchhmidolklmhbieicjmeamkjfdif
Beschrijving UWorld is a question bank used by medical students to study for exams. Anki is a flashcard software also used by medical students…
Bestandsgrootte 33.32 KB
Aantal Installaties 1,438
Huidige Versie 1.1
Laatst Bijgewerkt 2023-03-02
Publicatiedatum 2023-02-26
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Adel Hassan
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://github.com/firejake308/uw2a/issues
Ondersteunde Talen 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"
    }
}