PatientText

While viewing medical records or test results, click the PatientText icon to replace medical abbreviations with their expanded forms

PatientTextとは何ですか?

PatientTextはUnknownによって開発されたChromeの拡張機能で、その主な機能は「While viewing medical records or test results, click the PatientText icon to replace medical abbreviations with their expanded forms」です。

拡張機能のスクリーンショット

screenshot
screenshot

PatientText拡張機能のCRXファイルをダウンロード

PatientText拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Medical records and abbreviations can be daunting. This extension translates arcane medical abbreviations into plain "patient" text. This extension can overlay your online medical records or be used on any page that has a confusing amount of medical shorthand. The abbreviations are replaced with what they stand for surrounded by brackets.  

Created by Ruben Schuckit, Halley Cummings, and Evan Satinsky                    

拡張機能の基本情報

名前 PatientText PatientText
ID koehfflekkicnmaphnhnagdoanicpbdp
公式URL https://chromewebstore.google.com/detail/patienttext/koehfflekkicnmaphnhnagdoanicpbdp
説明 While viewing medical records or test results, click the PatientText icon to replace medical abbreviations with their expanded forms
ファイルサイズ 28.18 KB
インストール数 135
現在のバージョン 1.0
最終更新日 2016-11-06
公開日 2016-11-06
評価 4.67/5 合計 6 レビュー
開発者 Unknown
支払い方法 free
拡張機能のウェブサイト https://github.com/rubenschuckit/archhacks-16
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PatientText",
    "description": "While viewing medical records or test results, click the PatientText icon to replace medical abbreviations with their expanded forms",
    "version": "1.0",
    "short_name": "PatientText",
    "permissions": [
        "activeTab",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "myscript.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Translate medical abbreviations to simple text",
        "default_icon": "icon.png"
    },
    "web_accessible_resources": [
        "termlist.txt"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}