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 |
官方網址 | 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" } |