Medict

Medical Jargon Translator

Medict क्या है?

Medict https://medict.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Medical Jargon Translator"।

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

screenshot

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

crx प्रारूप में Medict एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}