Medict
Medical Jargon Translator
ما هو Medict؟
Medict هو إضافة Chrome تم تطويرها بواسطة https://medict.io، والميزة الرئيسية لها هي "Medical Jargon Translator".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Medict
قم بتنزيل ملفات الامتداد Medict بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 |
عنوان صفحة المساعدة | 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 } |