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」です。

拡張機能のスクリーンショット

screenshot

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 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"
    ]
}