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によって開発されたChromeの拡張機能で、その主な機能は「This extension aims to help doctors and patients find medical resources that are informative for individual cases effectively.」です。
拡張機能のスクリーンショット
Medical Diagnosis Helper拡張機能のCRXファイルをダウンロード
Medical Diagnosis Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } |