PatientText

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

Was ist PatientText?

PatientText ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "While viewing medical records or test results, click the PatientText icon to replace medical abbreviations with their expanded forms".

Erweiterungsscreenshots

screenshot
screenshot

PatientText-Erweiterungs-CRX-Datei herunterladen

Laden Sie PatientText-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name PatientText PatientText
ID koehfflekkicnmaphnhnagdoanicpbdp
Offizielle URL https://chromewebstore.google.com/detail/patienttext/koehfflekkicnmaphnhnagdoanicpbdp
Beschreibung While viewing medical records or test results, click the PatientText icon to replace medical abbreviations with their expanded forms
Dateigröße 28.18 KB
Installationsanzahl 135
Aktuelle Version 1.0
Letztes Update 2016-11-06
Veröffentlichungsdatum 2016-11-06
Bewertung 4.67/5 Insgesamt 6 Bewertungen
Entwickler Unknown
Zahlungsart free
Erweiterungswebsite https://github.com/rubenschuckit/archhacks-16
Unterstützte Sprachen 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"
    }
}