PatientText

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

Qu'est-ce que PatientText ?

PatientText est une extension Chrome développée par Unknown, et sa fonction principale est "While viewing medical records or test results, click the PatientText icon to replace medical abbreviations with their expanded forms".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension PatientText

Téléchargez les fichiers d'extension PatientText au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom PatientText PatientText
ID koehfflekkicnmaphnhnagdoanicpbdp
URL Officiel https://chromewebstore.google.com/detail/patienttext/koehfflekkicnmaphnhnagdoanicpbdp
Description While viewing medical records or test results, click the PatientText icon to replace medical abbreviations with their expanded forms
Taille du Fichier 28.18 KB
Nombre d'Installations 135
Version Actuelle 1.0
Dernière Mise à Jour 2016-11-06
Date de Publication 2016-11-06
Évaluation 4.67/5 Total 6 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension https://github.com/rubenschuckit/archhacks-16
Langues Prises en Charge 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"
    }
}