ElseWhere

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

Vad är ElseWhere?

ElseWhere är en Chrome-tillägg utvecklad av Alf Eaton, och dess huvudfunktion är "Redirects from Elsevier login pages to thinkchecksubmit.org; adds sci-hub.io to sciencedirect.com articles.".

Tilläggsskärmbilder

screenshot

Ladda ner ElseWhere-förlängningens CRX-fil

Ladda ner ElseWhere-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn ElseWhere ElseWhere
ID macdjnpohgjehopclkfldiagchgpddok
Officiell webbadress https://chromewebstore.google.com/detail/elsewhere/macdjnpohgjehopclkfldiagchgpddok
Beskrivning Redirects from Elsevier login pages to thinkchecksubmit.org; adds sci-hub.io to sciencedirect.com articles.
Filstorlek 3.37 KB
Antal Installationer 1,115
Aktuell Version 0.1.2
Senast Uppdaterad 2016-02-16
Publiceringsdatum 2016-02-16
Betyg 4.17/5 Totalt 6 Betyg
Utvecklare Alf Eaton
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
    ]
}