ElseWhere

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

什么是ElseWhere?

ElseWhere是由Alf Eaton开发的Chrome扩展程序,该扩展的主要功能是“Redirects from Elsevier login pages to thinkchecksubmit.org; adds sci-hub.io to sciencedirect.com articles.”。

扩展截图

screenshot

下载ElseWhere扩展crx文件

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