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.”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 Medical Diagnosis Helper Medical Diagnosis Helper
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"
    ]
}