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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
    ]
}