Medical Xpress - medical and health news
Spotlight medical research advances and health news from Medical Xpress
What is Medical Xpress - medical and health news?
Medical Xpress - medical and health news is a Chrome extension developed by http://medicalxpress.com, and its main feature is "Spotlight medical research advances and health news from Medical Xpress".
Extension Screenshots
Download Medical Xpress - medical and health news Extension CRX File
Download Medical Xpress - medical and health news 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
The official Medical Xpress extension for Google Chrome allows readers to peruse spotlight medical research advances and health news. Clicking on an article title opens it in a new tab. Features: - unread count for new stories; - updates every 10 minutes. Medical Xpress is a web-based medical and health news service that features the most comprehensive coverage in the fields of neuroscience, cardiology, cancer, HIV/AIDS, psychology, psychiatry, dentistry, genetics, diseases and conditions, medications and more.
Extension Basic Information
Name | |
ID | aicpekjeghegigcnhhkfclafnkpgfohe |
Official URL | https://chrome.google.com/webstore/detail/medical-xpress-medical-an/aicpekjeghegigcnhhkfclafnkpgfohe |
Description | Spotlight medical research advances and health news from Medical Xpress |
File Size | 20.96 KB |
Installation Count | 433 |
Current Version | 2.3 |
Last Updated | 2017-01-17 |
Publish Date | 2017-01-17 |
Rating | 4.17/5 Total 6 Ratings |
Developer | http://medicalxpress.com |
[email protected] | |
Payment Type | free |
Extension Website | https://medicalxpress.com/ |
Supported Languages | en |
manifest.json | |
{ "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "128": "icon.png" }, "manifest_version": 2, "name": "Medical Xpress - medical and health news", "short_name": " Medical Xpress News", "description": "Spotlight medical research advances and health news from Medical Xpress", "permissions": [ "https:\/\/medicalxpress.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.3" } |