Medical Diagnosis Helper
This extension aims to help doctors and patients find medical resources that are informative for individual cases effectively.
Medical Diagnosis Helper là gì?
Medical Diagnosis Helper là một tiện ích mở rộng Chrome được phát triển bởi sheldenshi, và tính năng chính của nó là "This extension aims to help doctors and patients find medical resources that are informative for individual cases effectively.".
Ả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 Medical Diagnosis Helper
Tải xuống các tệp mở rộng Medical Diagnosis Helper 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
This extension aims to help doctors and patients find medical resources that are informative for individual cases effectively. The last release V1.0 supports a search function: Given a list of symptoms and a list of possible diseases by doctors or Symptom Checker, find articles on PubMed that are closely related to the symptoms. Relatedness is defined as number of times input symptoms appear in a given article.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nndmgnalmbegakdafgabnedimonaekok |
URL Chính Thức | https://chromewebstore.google.com/detail/medical-diagnosis-helper/nndmgnalmbegakdafgabnedimonaekok |
Mô tả | This extension aims to help doctors and patients find medical resources that are informative for individual cases effectively. |
Kích Thước Tệp | 316 KB |
Số Lần Cài Đặt | 56 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2021-01-12 |
Ngày Phát Hành | 2021-01-12 |
Nhà Phát Triển | sheldenshi |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://medical-diagnosis-helper.herokuapp.com/ |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0", "name": "Medical Diagnosis Helper", "description": "This extension aims to help doctors and patients find medical resources that are informative for individual cases effectively. ", "author": "Shelden Shi, Isabella Lee-Rubio, Ningyu Gao", "content_security_policy": "script-src 'self' https:\/\/code.jquery.com\/jquery-3.1.1.min.js https:\/\/cdn.jsdelivr.net\/npm\/[email protected]\/dist\/semantic.min.js; object-src 'self'", "icons": { "60": "60.png" }, "browser_action": { "default_title": "Medical Diagnosis Helper", "default_icon": { "120": "120.png", "144": "144.png", "180": "180.png" }, "default_popup": "index.html" }, "permissions": [ "activeTab" ] } |