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 là gì?
UWorld2Anki là một tiện ích mở rộng Chrome được phát triển bởi Adel Hassan, và tính năng chính của nó là "UWorld is a question bank used by medical students to study for exams. Anki is a flashcard software also used by medical students…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng UWorld2Anki
Tải xuống các tệp mở rộng UWorld2Anki dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | UWorld2Anki |
ID | phmlchhmidolklmhbieicjmeamkjfdif |
URL Chính Thức | https://chromewebstore.google.com/detail/uworld2anki/phmlchhmidolklmhbieicjmeamkjfdif |
Mô tả | UWorld is a question bank used by medical students to study for exams. Anki is a flashcard software also used by medical students… |
Kích Thước Tệp | 33.32 KB |
Số Lần Cài Đặt | 1,438 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2023-03-02 |
Ngày Phát Hành | 2023-02-26 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Adel Hassan |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/firejake308/uw2a/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |