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…”。
扩展截图
下载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 |
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" } } |