mHealth Search
Chrome Extension to search health topics powered by MedlinePlus.
What is mHealth Search?
mHealth Search is a Chrome extension developed by https://microhealthllc.com, and its main feature is "Chrome Extension to search health topics powered by MedlinePlus.".
Extension Screenshots
Download mHealth Search Extension CRX File
Download mHealth Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
mHealth Search finds health information from the National Library of Medicine MedLinePlus. This was designed for MicroHealth employees in an effort to provide a convenient way to search health topics from MedlinePlus as part of our Corporate Wellness Program. You are welcome to use this however, support will be limited as this is for internal use at MicroHealth. The content is NOT intended to be a substitute for professional medical advice, diagnosis, or treatment. Always seek the advice of your doctor or other qualified health provider with any questions you may have about a medical condition. Never disregard professional medical advice or delay in seeking it because of this application
Extension Basic Information
Name | mHealth Search |
ID | hpclnjgmideofopjjmjlahkfdjkeilpa |
Official URL | https://chromewebstore.google.com/detail/mhealth-search/hpclnjgmideofopjjmjlahkfdjkeilpa |
Description | Chrome Extension to search health topics powered by MedlinePlus. |
File Size | 80.97 KB |
Installation Count | 184 |
Current Version | 1.4 |
Last Updated | 2014-01-16 |
Publish Date | 2014-01-15 |
Developer | https://microhealthllc.com |
Payment Type | free |
Extension Website | https://www.microhealthllc.com |
Help Page URL | https://www.microhealthllc.com/contact-us/ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "mHealth Search", "description": "Chrome Extension to search health topics powered by MedlinePlus.", "icons": { "128": "searchicon128.png" }, "browser_action": { "default_title": "mHealth Search", "default_popup": "popup.html", "default_icon": "searchicon16.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/query.yahooapis.com; object-src 'self';", "version": "1.4" } |