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