Medict

Medical Jargon Translator

Medict란 무엇입니까?

Medict은(는) https://medict.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Medical Jargon Translator"입니다.

확장 프로그램 스크린샷

screenshot

Medict 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Molluscum contagiosum? Marfan syndrome? Labyrinthitis? 

Medict is a Chrome extension that automatically translates any medical jargon you find on the web. Short, simple definitions show up when you hover over underlined words.

Translations provided by NHS Choices.

Works on laptops and desktops.

The Medict Chrome extension was created at NHS Hack Day Cardiff 2015.                    

확장 프로그램 기본 정보

이름 Medict Medict
ID iailjilfhhpnlgjbkjgoalbdcnngbmfn
공식 URL https://chromewebstore.google.com/detail/medict/iailjilfhhpnlgjbkjgoalbdcnngbmfn
설명 Medical Jargon Translator
파일 크기 285 KB
설치 횟수 66
현재 버전 0.0.1
최근 업데이트 2015-06-27
출시 날짜 2015-06-27
개발자 https://medict.io
결제 유형 free
도움말 페이지 URL http://himynamesdave.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Medict",
    "version": "0.0.1",
    "description": "Medical Jargon Translator",
    "background": {
        "scripts": [
            ".\/eventpage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                ".\/jquery.min.js",
                ".\/bootstrap.js",
                ".\/contentscript.js"
            ],
            "css": [
                ".\/contentscript.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "32": "img\/medict-icon-32.png",
        "48": "img\/medict-icon-48.png",
        "128": "img\/medict-icon-128.png"
    },
    "browser_action": {
        "default_title": "Translation Settings",
        "default_icon": {
            "19": "img\/medict-icon-32.png"
        }
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "jquery.min.js",
        "navbar.html",
        "last_update.html",
        "img\/medict-icon-32.png",
        "img\/medict-icon-48.png",
        "img\/medict-icon-128.png",
        "img\/NHS-CMYK.svg"
    ],
    "permissions": [
        "storage"
    ],
    "manifest_version": 2
}