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