MediCalc

Medical calculator

MediCalc क्या है?

MediCalc https://afya.pl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Medical calculator"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MediCalc एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम MediCalc MediCalc
ID offhlomebhfdecedncohcmgohngfolog
आधिकारिक URL https://chromewebstore.google.com/detail/medicalc/offhlomebhfdecedncohcmgohngfolog
विवरण Medical calculator
फ़ाइल का आकार 97.53 KB
स्थापना संख्या 157
वर्तमान संस्करण 1.0.19
अंतिम अपडेट 2019-05-25
प्रकाशन तिथि 2019-05-25
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://afya.pl
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://afya.pl/projekty-powiazane/
गोपनीयता नीति पृष्ठ URL https://afya.pl/polityka-prywatnosci
समर्थित भाषाएँ 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"
        }
    }
}