Wikipedia + Cochrane Library

Linking Wikipedia articles to Cochrane reviews

Wikipedia + Cochrane Library là gì?

Wikipedia + Cochrane Library là một tiện ích mở rộng Chrome được phát triển bởi https://sciscanner.com, và tính năng chính của nó là "Linking Wikipedia articles to Cochrane reviews".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Wikipedia + Cochrane Library

Tải xuống các tệp mở rộng Wikipedia + Cochrane Library dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Wikipedia + Cochrane Library Wikipedia + Cochrane Library
ID cehpfefpnicpmejgidpkgeenapnfcakm
URL Chính Thức https://chromewebstore.google.com/detail/wikipedia-+-cochrane-libr/cehpfefpnicpmejgidpkgeenapnfcakm
Mô tả Linking Wikipedia articles to Cochrane reviews
Kích Thước Tệp 143 KB
Số Lần Cài Đặt 145
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2019-09-08
Ngày Phát Hành 2019-09-07
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://sciscanner.com
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ajoorabchi/WP2Cochrane
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}