Wikipedia + Cochrane Library

Linking Wikipedia articles to Cochrane reviews

Qu'est-ce que Wikipedia + Cochrane Library ?

Wikipedia + Cochrane Library est une extension Chrome développée par https://sciscanner.com, et sa fonction principale est "Linking Wikipedia articles to Cochrane reviews".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Wikipedia + Cochrane Library

Téléchargez les fichiers d'extension Wikipedia + Cochrane Library au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        The extension activates when browsing Wikipedia. If the Wikipedia article which is being viewed is classified as a disease, then a list of relevant Cochrane reviews will be displayed.                    

Informations de Base sur l'Extension

Nom Wikipedia + Cochrane Library Wikipedia + Cochrane Library
ID cehpfefpnicpmejgidpkgeenapnfcakm
URL Officiel https://chromewebstore.google.com/detail/wikipedia-+-cochrane-libr/cehpfefpnicpmejgidpkgeenapnfcakm
Description Linking Wikipedia articles to Cochrane reviews
Taille du Fichier 143 KB
Nombre d'Installations 145
Version Actuelle 1.1
Dernière Mise à Jour 2019-09-08
Date de Publication 2019-09-07
Évaluation 4.00/5 Total 1 Évaluations
Développeur https://sciscanner.com
Type de Paiement free
Site Web de l'Extension https://github.com/ajoorabchi/WP2Cochrane
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wikipedia + Cochrane Library",
    "description": "Linking Wikipedia articles to Cochrane reviews",
    "version": "1.1",
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "16": "images\/icon16.png"
    },
    "page_action": {
        "default_icon": {
            "128": "images\/icon128.png",
            "48": "images\/icon48.png",
            "16": "images\/icon16.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js",
            "papaparse.min.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "declarativeContent"
    ]
}