PatientText

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

O que é PatientText?

PatientText é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "While viewing medical records or test results, click the PatientText icon to replace medical abbreviations with their expanded forms".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão PatientText

Baixe arquivos de extensão PatientText no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome PatientText PatientText
ID koehfflekkicnmaphnhnagdoanicpbdp
URL Oficial https://chromewebstore.google.com/detail/patienttext/koehfflekkicnmaphnhnagdoanicpbdp
Descrição While viewing medical records or test results, click the PatientText icon to replace medical abbreviations with their expanded forms
Tamanho do Arquivo 28.18 KB
Contagem de Instalações 135
Versão Atual 1.0
Última Atualização 2016-11-06
Data de Publicação 2016-11-06
Classificação 4.67/5 Total de 6 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Site da Extensão https://github.com/rubenschuckit/archhacks-16
Idiomas Suportados 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"
    }
}