PatientText

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

Co je PatientText?

PatientText je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „While viewing medical records or test results, click the PatientText icon to replace medical abbreviations with their expanded forms“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření PatientText

Stáhněte si soubory rozšíření PatientText ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název PatientText PatientText
ID koehfflekkicnmaphnhnagdoanicpbdp
Oficiální URL https://chromewebstore.google.com/detail/patienttext/koehfflekkicnmaphnhnagdoanicpbdp
Popis While viewing medical records or test results, click the PatientText icon to replace medical abbreviations with their expanded forms
Velikost souboru 28.18 KB
Počet instalací 135
Aktuální Verze 1.0
Poslední Aktualizace 2016-11-06
Datum Vydání 2016-11-06
Hodnocení 4.67/5 Celkem 6 Hodnocení
Vývojář Unknown
Typ Platby free
Webové stránky Rozšíření https://github.com/rubenschuckit/archhacks-16
Podporované Jazyky 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"
    }
}