UWorld2Anki
UWorld is a question bank used by medical students to study for exams. Anki is a flashcard software also used by medical students…
Co to jest UWorld2Anki?
UWorld2Anki to rozszerzenie Chrome opracowane przez Adel Hassan, a jego główną funkcją jest „UWorld is a question bank used by medical students to study for exams. Anki is a flashcard software also used by medical students…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia UWorld2Anki
Pobierz pliki rozszerzeń UWorld2Anki w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | UWorld2Anki |
ID | phmlchhmidolklmhbieicjmeamkjfdif |
Oficjalny URL | https://chromewebstore.google.com/detail/uworld2anki/phmlchhmidolklmhbieicjmeamkjfdif |
Opis | UWorld is a question bank used by medical students to study for exams. Anki is a flashcard software also used by medical students… |
Rozmiar pliku | 33.32 KB |
Liczba instalacji | 1,438 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2023-03-02 |
Data Publikacji | 2023-02-26 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | Adel Hassan |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Pomocy | https://github.com/firejake308/uw2a/issues |
Obsługiwane Języki | 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" } } |