Wikipedia + Cochrane Library
Linking Wikipedia articles to Cochrane reviews
Vad är Wikipedia + Cochrane Library?
Wikipedia + Cochrane Library är en Chrome-tillägg utvecklad av https://sciscanner.com, och dess huvudfunktion är "Linking Wikipedia articles to Cochrane reviews".
Tilläggsskärmbilder
Ladda ner Wikipedia + Cochrane Library-förlängningens CRX-fil
Ladda ner Wikipedia + Cochrane Library-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Wikipedia + Cochrane Library |
ID | cehpfefpnicpmejgidpkgeenapnfcakm |
Officiell webbadress | https://chromewebstore.google.com/detail/wikipedia-+-cochrane-libr/cehpfefpnicpmejgidpkgeenapnfcakm |
Beskrivning | Linking Wikipedia articles to Cochrane reviews |
Filstorlek | 143 KB |
Antal Installationer | 145 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2019-09-08 |
Publiceringsdatum | 2019-09-07 |
Betyg | 4.00/5 Totalt 1 Betyg |
Utvecklare | https://sciscanner.com |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/ajoorabchi/WP2Cochrane |
Stödda Språk | 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" ] } |