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ファイルをダウンロード

UWorld2Anki拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}