PatientText

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

PatientText là gì?

PatientText là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "While viewing medical records or test results, click the PatientText icon to replace medical abbreviations with their expanded forms".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng PatientText

Tải xuống các tệp mở rộng PatientText dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PatientText PatientText
ID koehfflekkicnmaphnhnagdoanicpbdp
URL Chính Thức https://chromewebstore.google.com/detail/patienttext/koehfflekkicnmaphnhnagdoanicpbdp
Mô tả While viewing medical records or test results, click the PatientText icon to replace medical abbreviations with their expanded forms
Kích Thước Tệp 28.18 KB
Số Lần Cài Đặt 135
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-11-06
Ngày Phát Hành 2016-11-06
Đánh Giá 4.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/rubenschuckit/archhacks-16
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}