Wikipedia + Cochrane Library
Linking Wikipedia articles to Cochrane reviews
Wat is Wikipedia + Cochrane Library?
Wikipedia + Cochrane Library is een Chrome-extensie ontwikkeld door https://sciscanner.com, en de belangrijkste functie is "Linking Wikipedia articles to Cochrane reviews".
Extensie Screenshots
Download het CRX-bestand van de extensie Wikipedia + Cochrane Library
Download Wikipedia + Cochrane Library-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | cehpfefpnicpmejgidpkgeenapnfcakm |
| Officiële URL | https://chromewebstore.google.com/detail/wikipedia-+-cochrane-libr/cehpfefpnicpmejgidpkgeenapnfcakm |
| Beschrijving | Linking Wikipedia articles to Cochrane reviews |
| Bestandsgrootte | 143 KB |
| Aantal Installaties | 145 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2019-09-08 |
| Publicatiedatum | 2019-09-07 |
| Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://sciscanner.com |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/ajoorabchi/WP2Cochrane |
| Ondersteunde Talen | 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"
]
} | |