Wikipedia + Cochrane Library
Linking Wikipedia articles to Cochrane reviews
什么是Wikipedia + Cochrane Library?
Wikipedia + Cochrane Library是由https://sciscanner.com开发的Chrome扩展程序,该扩展的主要功能是“Linking Wikipedia articles to Cochrane reviews”。
扩展截图
下载Wikipedia + Cochrane Library扩展crx文件
下载Wikipedia + Cochrane Library扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Wikipedia + Cochrane Library |
ID | cehpfefpnicpmejgidpkgeenapnfcakm |
官方URL | https://chromewebstore.google.com/detail/wikipedia-+-cochrane-libr/cehpfefpnicpmejgidpkgeenapnfcakm |
简介 | Linking Wikipedia articles to Cochrane reviews |
文件大小 | 143 KB |
安装次数 | 145 |
当前版本 | 1.1 |
更新时间 | 2019-09-08 |
上架时间 | 2019-09-07 |
评分 | 4.00/5 共1次评分 |
开发者 | https://sciscanner.com |
付费类型 | free |
扩展官网 | https://github.com/ajoorabchi/WP2Cochrane |
支持的语言 | 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" ] } |