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 هو إضافة Chrome تم تطويرها بواسطة sheldenshi، والميزة الرئيسية لها هي "This extension aims to help doctors and patients find medical resources that are informative for individual cases effectively.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Medical Diagnosis Helper

قم بتنزيل ملفات الامتداد Medical Diagnosis Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}