Medical Diagnosis Helper
This extension aims to help doctors and patients find medical resources that are informative for individual cases effectively.
Medical Diagnosis Helper란 무엇입니까?
Medical Diagnosis Helper은(는) sheldenshi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension aims to help doctors and patients find medical resources that are informative for individual cases effectively."입니다.
확장 프로그램 스크린샷
Medical Diagnosis Helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | nndmgnalmbegakdafgabnedimonaekok |
공식 URL | https://chromewebstore.google.com/detail/medical-diagnosis-helper/nndmgnalmbegakdafgabnedimonaekok |
설명 | This extension aims to help doctors and patients find medical resources that are informative for individual cases effectively. |
파일 크기 | 316 KB |
설치 횟수 | 56 |
현재 버전 | 1.0 |
최근 업데이트 | 2021-01-12 |
출시 날짜 | 2021-01-12 |
개발자 | sheldenshi |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://medical-diagnosis-helper.herokuapp.com/ |
지원되는 언어 | 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" ] } |