Wikipedia + Cochrane Library

Linking Wikipedia articles to Cochrane reviews

Hvad er Wikipedia + Cochrane Library?

Wikipedia + Cochrane Library er en Chrome-udvidelse udviklet af https://sciscanner.com, og dens hovedfunktion er "Linking Wikipedia articles to Cochrane reviews".

Udvidelsesskærmbilleder

screenshot

Download Wikipedia + Cochrane Library-udvidelses-CRX-fil

Download Wikipedia + Cochrane Library-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Wikipedia + Cochrane Library Wikipedia + Cochrane Library
ID cehpfefpnicpmejgidpkgeenapnfcakm
Officiel URL https://chromewebstore.google.com/detail/wikipedia-+-cochrane-libr/cehpfefpnicpmejgidpkgeenapnfcakm
Beskrivelse Linking Wikipedia articles to Cochrane reviews
Filstørrelse 143 KB
Antal Installationer 145
Nuværende Version 1.1
Senest Opdateret 2019-09-08
Udgivelsesdato 2019-09-07
Bedømmelse 4.00/5 Samlet 1 Bedømmelser
Udvikler https://sciscanner.com
Betalingsmetode free
Udvidelseswebsted https://github.com/ajoorabchi/WP2Cochrane
Understøttede Sprog 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"
    ]
}