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
官方網址 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"
    }
}