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」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 Medical Xpress - medical and health news Medical Xpress - medical and health news
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
Eメール [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"
}