Medical Diagnosis Helper

This extension aims to help doctors and patients find medical resources that are informative for individual cases effectively.

Wat is Medical Diagnosis Helper?

Medical Diagnosis Helper is een Chrome-extensie ontwikkeld door sheldenshi, en de belangrijkste functie is "This extension aims to help doctors and patients find medical resources that are informative for individual cases effectively.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Medical Diagnosis Helper

Download Medical Diagnosis Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Medical Diagnosis Helper Medical Diagnosis Helper
ID nndmgnalmbegakdafgabnedimonaekok
Officiële URL https://chromewebstore.google.com/detail/medical-diagnosis-helper/nndmgnalmbegakdafgabnedimonaekok
Beschrijving This extension aims to help doctors and patients find medical resources that are informative for individual cases effectively.
Bestandsgrootte 316 KB
Aantal Installaties 56
Huidige Versie 1.0
Laatst Bijgewerkt 2021-01-12
Publicatiedatum 2021-01-12
Ontwikkelaar sheldenshi
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://medical-diagnosis-helper.herokuapp.com/
Ondersteunde Talen 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"
    ]
}