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 - это расширение Chrome, разработанное Adel Hassan, и его основная функция - "UWorld is a question bank used by medical students to study for exams. Anki is a flashcard software also used by medical students…".
Снимки экрана расширения
Скачать файл CRX расширения UWorld2Anki
Скачайте файлы расширений 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 Основная информация о расширении
| Название | |
| 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"
}
} | |