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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension aims to help doctors and patients find medical resources that are informative for individual cases effectively."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Medical Diagnosis Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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" ] } |