Medical Xpress - medical and health news

Spotlight medical research advances and health news from Medical Xpress

Cos'è Medical Xpress - medical and health news?

Medical Xpress - medical and health news è un'estensione di Chrome sviluppata da http://medicalxpress.com, e la sua funzione principale è "Spotlight medical research advances and health news from Medical Xpress".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Medical Xpress - medical and health news

Scarica i file di estensione Medical Xpress - medical and health news in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Medical Xpress - medical and health news Medical Xpress - medical and health news
ID aicpekjeghegigcnhhkfclafnkpgfohe
URL Ufficiale https://chrome.google.com/webstore/detail/medical-xpress-medical-an/aicpekjeghegigcnhhkfclafnkpgfohe
Descrizione Spotlight medical research advances and health news from Medical Xpress
Dimensione del File 20.96 KB
Conteggio Installazioni 433
Versione Corrente 2.3
Ultimo Aggiornamento 2017-01-17
Data di Pubblicazione 2017-01-17
Valutazione 4.17/5 Totale 6 Valutazioni
Sviluppatore http://medicalxpress.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://medicalxpress.com/
Lingue Supportate 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"
}