UWorld2Anki

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

UWorld2Anki란 무엇입니까?

UWorld2Anki은(는) Adel Hassan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "UWorld is a question bank used by medical students to study for exams. Anki is a flashcard software also used by medical students…"입니다.

확장 프로그램 스크린샷

screenshot

UWorld2Anki 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 UWorld2Anki UWorld2Anki
ID phmlchhmidolklmhbieicjmeamkjfdif
공식 URL https://chromewebstore.google.com/detail/uworld2anki/phmlchhmidolklmhbieicjmeamkjfdif
설명 UWorld is a question bank used by medical students to study for exams. Anki is a flashcard software also used by medical students…
파일 크기 33.32 KB
설치 횟수 1,438
현재 버전 1.1
최근 업데이트 2023-03-02
출시 날짜 2023-02-26
평점 5.00/5 총 3 개의 평점
개발자 Adel Hassan
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://github.com/firejake308/uw2a/issues
지원되는 언어 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"
    }
}