PatientText

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

ما هو PatientText؟

PatientText هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "While viewing medical records or test results, click the PatientText icon to replace medical abbreviations with their expanded forms".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة PatientText

قم بتنزيل ملفات الامتداد PatientText بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم PatientText PatientText
ID koehfflekkicnmaphnhnagdoanicpbdp
عنوان URL الرسمي https://chromewebstore.google.com/detail/patienttext/koehfflekkicnmaphnhnagdoanicpbdp
الوصف While viewing medical records or test results, click the PatientText icon to replace medical abbreviations with their expanded forms
حجم الملف 28.18 KB
عدد التثبيتات 135
النسخة الحالية 1.0
آخر تحديث 2016-11-06
تاريخ النشر 2016-11-06
تقييم 4.67/5 مجموع تقييمات 6
المطور Unknown
نوع الدفع free
موقع الإضافة https://github.com/rubenschuckit/archhacks-16
اللغات المدعومة 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"
    }
}