Wikipedia + Cochrane Library

Linking Wikipedia articles to Cochrane reviews

ما هو Wikipedia + Cochrane Library؟

Wikipedia + Cochrane Library هو إضافة Chrome تم تطويرها بواسطة https://sciscanner.com، والميزة الرئيسية لها هي "Linking Wikipedia articles to Cochrane reviews".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Wikipedia + Cochrane Library

قم بتنزيل ملفات الامتداد Wikipedia + Cochrane Library بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}