Medical Diagnosis Helper

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

O que é Medical Diagnosis Helper?

Medical Diagnosis Helper é uma extensão do Chrome desenvolvida por sheldenshi, e sua principal característica é "This extension aims to help doctors and patients find medical resources that are informative for individual cases effectively.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Medical Diagnosis Helper

Baixe arquivos de extensão Medical Diagnosis Helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Medical Diagnosis Helper Medical Diagnosis Helper
ID nndmgnalmbegakdafgabnedimonaekok
URL Oficial https://chromewebstore.google.com/detail/medical-diagnosis-helper/nndmgnalmbegakdafgabnedimonaekok
Descrição This extension aims to help doctors and patients find medical resources that are informative for individual cases effectively.
Tamanho do Arquivo 316 KB
Contagem de Instalações 56
Versão Atual 1.0
Última Atualização 2021-01-12
Data de Publicação 2021-01-12
Desenvolvedor sheldenshi
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://medical-diagnosis-helper.herokuapp.com/
Idiomas Suportados 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"
    ]
}