MediCalc

Medical calculator

MediCalcคืออะไร?

MediCalc เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://afya.pl และคุณลักษณะหลักของมันคือ "Medical calculator"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MediCalc

ดาวน์โหลดไฟล์ส่วนขยาย MediCalc ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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