ElseWhere

Redirects from Elsevier login pages to thinkchecksubmit.org; adds sci-hub.io to sciencedirect.com articles.

ما هو ElseWhere؟

ElseWhere هو إضافة Chrome تم تطويرها بواسطة Alf Eaton، والميزة الرئيسية لها هي "Redirects from Elsevier login pages to thinkchecksubmit.org; adds sci-hub.io to sciencedirect.com articles.".

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

screenshot

تحميل ملف CRX للإضافة ElseWhere

قم بتنزيل ملفات الامتداد ElseWhere بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Source code: https://github.com/hubgit/elsewhere                    

معلومات أساسية عن التمديد

الاسم ElseWhere ElseWhere
ID macdjnpohgjehopclkfldiagchgpddok
عنوان URL الرسمي https://chromewebstore.google.com/detail/elsewhere/macdjnpohgjehopclkfldiagchgpddok
الوصف Redirects from Elsevier login pages to thinkchecksubmit.org; adds sci-hub.io to sciencedirect.com articles.
حجم الملف 3.37 KB
عدد التثبيتات 1,115
النسخة الحالية 0.1.2
آخر تحديث 2016-02-16
تاريخ النشر 2016-02-16
تقييم 4.17/5 مجموع تقييمات 6
المطور Alf Eaton
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ElseWhere",
    "version": "0.1.2",
    "manifest_version": 2,
    "description": "Redirects from Elsevier login pages to thinkchecksubmit.org; adds sci-hub.io to sciencedirect.com articles.",
    "background": {
        "scripts": [
            "events.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/ees.elsevier.com\/*",
        "*:\/\/editorial.elsevier.com\/*",
        "*:\/\/www.sciencedirect.com\/science\/article\/pii\/*"
    ]
}