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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |