Medical Diagnosis Helper
This extension aims to help doctors and patients find medical resources that are informative for individual cases effectively.
Was ist Medical Diagnosis Helper?
Medical Diagnosis Helper ist eine Chrome-Erweiterung, die von sheldenshi entwickelt wurde, und ihr Hauptmerkmal ist "This extension aims to help doctors and patients find medical resources that are informative for individual cases effectively.".
Erweiterungsscreenshots
Medical Diagnosis Helper-Erweiterungs-CRX-Datei herunterladen
Laden Sie Medical Diagnosis Helper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | nndmgnalmbegakdafgabnedimonaekok |
Offizielle URL | https://chromewebstore.google.com/detail/medical-diagnosis-helper/nndmgnalmbegakdafgabnedimonaekok |
Beschreibung | This extension aims to help doctors and patients find medical resources that are informative for individual cases effectively. |
Dateigröße | 316 KB |
Installationsanzahl | 56 |
Aktuelle Version | 1.0 |
Letztes Update | 2021-01-12 |
Veröffentlichungsdatum | 2021-01-12 |
Entwickler | sheldenshi |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://medical-diagnosis-helper.herokuapp.com/ |
Unterstützte Sprachen | 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" ] } |