PatientText

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

PatientText란 무엇입니까?

PatientText은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "While viewing medical records or test results, click the PatientText icon to replace medical abbreviations with their expanded forms"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

PatientText 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}