ElseWhere
Redirects from Elsevier login pages to thinkchecksubmit.org; adds sci-hub.io to sciencedirect.com articles.
Wat is ElseWhere?
ElseWhere is een Chrome-extensie ontwikkeld door Alf Eaton, en de belangrijkste functie is "Redirects from Elsevier login pages to thinkchecksubmit.org; adds sci-hub.io to sciencedirect.com articles.".
Extensie Screenshots
Download het CRX-bestand van de extensie ElseWhere
Download ElseWhere-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Source code: https://github.com/hubgit/elsewhere
Basisinformatie over de Extensie
Naam | ElseWhere |
ID | macdjnpohgjehopclkfldiagchgpddok |
Officiële URL | https://chromewebstore.google.com/detail/elsewhere/macdjnpohgjehopclkfldiagchgpddok |
Beschrijving | Redirects from Elsevier login pages to thinkchecksubmit.org; adds sci-hub.io to sciencedirect.com articles. |
Bestandsgrootte | 3.37 KB |
Aantal Installaties | 1,115 |
Huidige Versie | 0.1.2 |
Laatst Bijgewerkt | 2016-02-16 |
Publicatiedatum | 2016-02-16 |
Beoordeling | 4.17/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Alf Eaton |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |