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 |
公式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 |
Eメール | [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\/*" ] } |