PatientText

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

Hvad er PatientText?

PatientText er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "While viewing medical records or test results, click the PatientText icon to replace medical abbreviations with their expanded forms".

Udvidelsesskærmbilleder

screenshot
screenshot

Download PatientText-udvidelses-CRX-fil

Download PatientText-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn PatientText PatientText
ID koehfflekkicnmaphnhnagdoanicpbdp
Officiel URL https://chromewebstore.google.com/detail/patienttext/koehfflekkicnmaphnhnagdoanicpbdp
Beskrivelse While viewing medical records or test results, click the PatientText icon to replace medical abbreviations with their expanded forms
Filstørrelse 28.18 KB
Antal Installationer 135
Nuværende Version 1.0
Senest Opdateret 2016-11-06
Udgivelsesdato 2016-11-06
Bedømmelse 4.67/5 Samlet 6 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Udvidelseswebsted https://github.com/rubenschuckit/archhacks-16
Understøttede Sprog 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"
    }
}