Medict
Medical Jargon Translator
Medictคืออะไร?
Medict เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://medict.io และคุณลักษณะหลักของมันคือ "Medical Jargon Translator"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Medict
ดาวน์โหลดไฟล์ส่วนขยาย Medict ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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 } |