MediCalc

Medical calculator

Qu'est-ce que MediCalc ?

MediCalc est une extension Chrome développée par https://afya.pl, et sa fonction principale est "Medical calculator".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension MediCalc

Téléchargez les fichiers d'extension MediCalc au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Medical calculators - currently: FAI (Free Androgen Index),BMI eGFR CKD-EPI: 2009 HOMA-IR QUICKI and soon there will be new ones :) Always at hand, also OFF-line, also on cells!
Without a guarantee of correctness of the result :) The user is responsible for its use!                    

Informations de Base sur l'Extension

Nom MediCalc MediCalc
ID offhlomebhfdecedncohcmgohngfolog
URL Officiel https://chromewebstore.google.com/detail/medicalc/offhlomebhfdecedncohcmgohngfolog
Description Medical calculator
Taille du Fichier 97.53 KB
Nombre d'Installations 157
Version Actuelle 1.0.19
Dernière Mise à Jour 2019-05-25
Date de Publication 2019-05-25
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://afya.pl
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://afya.pl/projekty-powiazane/
URL de la Page de Politique de Confidentialité https://afya.pl/polityka-prywatnosci
Langues Prises en Charge de,en,es,pl,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "pl",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "short_name": "AFYAMediCalc",
    "version": "1.0.19",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "64": "\/html\/ikony\/i64.png",
        "128": "html\/ikony\/i128.png",
        "256": "\/html\/ikony\/i256.png"
    },
    "permissions": [
        "",
        "storage"
    ],
    "browser_action": {
        "default_icon": "\/html\/ikony\/i64.png",
        "default_title": "MediCalc",
        "default_popup": "\/html\/menu.html"
    },
    "web_accessible_resources": [
        "\/html\/ikony\/i64.png",
        "\/html\/ikony\/i128.png",
        "\/html\/ikony\/i256.png",
        "\/html\/skrypty\/1.js",
        "\/html\/skrypty\/jquery.js",
        "\/html\/skrypty\/translate.js",
        "\/html\/skrypty\/copy.js",
        "\/html\/skrypty\/menu_first_run.js",
        "\/html\/skrypty\/menu.js"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/html\/skrypty\/1.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "\/html\/skrypty\/jquery.js",
            "\/html\/skrypty\/tlo.js"
        ]
    },
    "options_ui": {
        "page": "\/html\/ustawienia.html"
    },
    "applications": {
        "gecko": {
            "id": "{5ec1837c-6e53-4088-b067-60de3f0a9ec6}",
            "strict_min_version": "48.0"
        }
    }
}