ElseWhere
Redirects from Elsevier login pages to thinkchecksubmit.org; adds sci-hub.io to sciencedirect.com articles.
Apa itu ElseWhere?
ElseWhere adalah ekstensi Chrome yang dikembangkan oleh Alf Eaton, dan fitur utamanya adalah "Redirects from Elsevier login pages to thinkchecksubmit.org; adds sci-hub.io to sciencedirect.com articles.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ElseWhere
Unduh file ekstensi ElseWhere dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Source code: https://github.com/hubgit/elsewhere
Informasi Dasar Ekstensi
Nama | ElseWhere |
ID | macdjnpohgjehopclkfldiagchgpddok |
URL Resmi | https://chromewebstore.google.com/detail/elsewhere/macdjnpohgjehopclkfldiagchgpddok |
Deskripsi | Redirects from Elsevier login pages to thinkchecksubmit.org; adds sci-hub.io to sciencedirect.com articles. |
Ukuran File | 3.37 KB |
Jumlah Instalasi | 1,115 |
Versi Saat Ini | 0.1.2 |
Terakhir Diperbarui | 2016-02-16 |
Tanggal Publikasi | 2016-02-16 |
Penilaian | 4.17/5 Total 6 Penilaian |
Pengembang | Alf Eaton |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } |