MediCalc

Medical calculator

MediCalcとは何ですか?

MediCalcはhttps://afya.plによって開発されたChromeの拡張機能で、その主な機能は「Medical calculator」です。

拡張機能のスクリーンショット

screenshot

MediCalc拡張機能のCRXファイルをダウンロード

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
Eメール [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"
        }
    }
}