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