Wikipedia + Cochrane Library
Linking Wikipedia articles to Cochrane reviews
What is Wikipedia + Cochrane Library?
Wikipedia + Cochrane Library is a Chrome extension developed by https://sciscanner.com, and its main feature is "Linking Wikipedia articles to Cochrane reviews".
Extension Screenshots
Download Wikipedia + Cochrane Library Extension CRX File
Download Wikipedia + Cochrane Library extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Wikipedia + Cochrane Library |
ID | cehpfefpnicpmejgidpkgeenapnfcakm |
Official URL | https://chromewebstore.google.com/detail/wikipedia-+-cochrane-libr/cehpfefpnicpmejgidpkgeenapnfcakm |
Description | Linking Wikipedia articles to Cochrane reviews |
File Size | 143 KB |
Installation Count | 145 |
Current Version | 1.1 |
Last Updated | 2019-09-08 |
Publish Date | 2019-09-07 |
Rating | 4.00/5 Total 1 Ratings |
Developer | https://sciscanner.com |
Payment Type | free |
Extension Website | https://github.com/ajoorabchi/WP2Cochrane |
Supported Languages | 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" ] } |