Medical Xpress - medical and health news
Spotlight medical research advances and health news from Medical Xpress
什么是Medical Xpress - medical and health news?
Medical Xpress - medical and health news是由http://medicalxpress.com开发的Chrome扩展程序,该扩展的主要功能是“Spotlight medical research advances and health news from Medical Xpress”。
扩展截图
下载Medical Xpress - medical and health news扩展crx文件
下载Medical Xpress - medical and health news扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | aicpekjeghegigcnhhkfclafnkpgfohe |
官方URL | https://chrome.google.com/webstore/detail/medical-xpress-medical-an/aicpekjeghegigcnhhkfclafnkpgfohe |
简介 | Spotlight medical research advances and health news from Medical Xpress |
文件大小 | 20.96 KB |
安装次数 | 433 |
当前版本 | 2.3 |
更新时间 | 2017-01-17 |
上架时间 | 2017-01-17 |
评分 | 4.17/5 共6次评分 |
开发者 | http://medicalxpress.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://medicalxpress.com/ |
支持的语言 | 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" } |