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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://medicalxpress.com และคุณลักษณะหลักของมันคือ "Spotlight medical research advances and health news from Medical Xpress"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Medical Xpress - medical and health news
ดาวน์โหลดไฟล์ส่วนขยาย 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" } |