Wikipedia + Cochrane Library

Linking Wikipedia articles to Cochrane reviews

Wikipedia + Cochrane Library क्या है?

Wikipedia + Cochrane Library https://sciscanner.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Linking Wikipedia articles to Cochrane reviews"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Wikipedia + Cochrane Library एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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