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.”。
擴展截圖
下載ElseWhere擴展crx文件
下載ElseWhere擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Source code: https://github.com/hubgit/elsewhere
擴展基本資訊
名稱 | ElseWhere |
ID | macdjnpohgjehopclkfldiagchgpddok |
官方網址 | 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\/*" ] } |