Medical Diagnosis Helper

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

Vad är Medical Diagnosis Helper?

Medical Diagnosis Helper är en Chrome-tillägg utvecklad av sheldenshi, och dess huvudfunktion är "This extension aims to help doctors and patients find medical resources that are informative for individual cases effectively.".

Tilläggsskärmbilder

screenshot

Ladda ner Medical Diagnosis Helper-förlängningens CRX-fil

Ladda ner Medical Diagnosis Helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Medical Diagnosis Helper Medical Diagnosis Helper
ID nndmgnalmbegakdafgabnedimonaekok
Officiell webbadress https://chromewebstore.google.com/detail/medical-diagnosis-helper/nndmgnalmbegakdafgabnedimonaekok
Beskrivning This extension aims to help doctors and patients find medical resources that are informative for individual cases effectively.
Filstorlek 316 KB
Antal Installationer 56
Aktuell Version 1.0
Senast Uppdaterad 2021-01-12
Publiceringsdatum 2021-01-12
Utvecklare sheldenshi
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://medical-diagnosis-helper.herokuapp.com/
Stödda Språk 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"
    ]
}