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 |
官方網址 | 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" ] } |