PatientText

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

Apa itu PatientText?

PatientText adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "While viewing medical records or test results, click the PatientText icon to replace medical abbreviations with their expanded forms".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi PatientText

Unduh file ekstensi PatientText dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama PatientText PatientText
ID koehfflekkicnmaphnhnagdoanicpbdp
URL Resmi https://chromewebstore.google.com/detail/patienttext/koehfflekkicnmaphnhnagdoanicpbdp
Deskripsi While viewing medical records or test results, click the PatientText icon to replace medical abbreviations with their expanded forms
Ukuran File 28.18 KB
Jumlah Instalasi 135
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-11-06
Tanggal Publikasi 2016-11-06
Penilaian 4.67/5 Total 6 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Situs Ekstensi https://github.com/rubenschuckit/archhacks-16
Bahasa yang Didukung 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"
    }
}