PatientText

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

¿Qué es PatientText?

PatientText es una extensión de Chrome desarrollada por Unknown, y su función principal es "While viewing medical records or test results, click the PatientText icon to replace medical abbreviations with their expanded forms".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión PatientText

Descarga archivos de extensión PatientText en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre PatientText PatientText
ID koehfflekkicnmaphnhnagdoanicpbdp
URL Oficial https://chromewebstore.google.com/detail/patienttext/koehfflekkicnmaphnhnagdoanicpbdp
Descripción While viewing medical records or test results, click the PatientText icon to replace medical abbreviations with their expanded forms
Tamaño del Archivo 28.18 KB
Cantidad de Instalaciones 135
Versión Actual 1.0
Última Actualización 2016-11-06
Fecha de Publicación 2016-11-06
Calificación 4.67/5 Total de 6 Calificaciones
Desarrollador Unknown
Tipo de Pago free
Sitio Web de la Extensión https://github.com/rubenschuckit/archhacks-16
Idiomas Soportados 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"
    }
}