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文件
下載Medical Diagnosis Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |