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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}