PatientText

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

Cos'è PatientText?

PatientText è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "While viewing medical records or test results, click the PatientText icon to replace medical abbreviations with their expanded forms".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione PatientText

Scarica i file di estensione PatientText in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome PatientText PatientText
ID koehfflekkicnmaphnhnagdoanicpbdp
URL Ufficiale https://chromewebstore.google.com/detail/patienttext/koehfflekkicnmaphnhnagdoanicpbdp
Descrizione While viewing medical records or test results, click the PatientText icon to replace medical abbreviations with their expanded forms
Dimensione del File 28.18 KB
Conteggio Installazioni 135
Versione Corrente 1.0
Ultimo Aggiornamento 2016-11-06
Data di Pubblicazione 2016-11-06
Valutazione 4.67/5 Totale 6 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/rubenschuckit/archhacks-16
Lingue Supportate 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"
    }
}