DOI Helper
A little add-on appending SciHub buttons for some webpages with s c i e n c e.
Apa itu DOI Helper?
DOI Helper adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "A little add-on appending SciHub buttons for some webpages with s c i e n c e.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi DOI Helper
Unduh file ekstensi DOI Helper 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
This extension adds quick links redirecting to Sci-Hub page related to given paper. Currently supports only a few journals
Informasi Dasar Ekstensi
Nama | DOI Helper |
ID | mfdbhfpaedhhgglcahhmhgannefehicb |
URL Resmi | https://chromewebstore.google.com/detail/doi-helper/mfdbhfpaedhhgglcahhmhgannefehicb |
Deskripsi | A little add-on appending SciHub buttons for some webpages with s c i e n c e. |
Ukuran File | 86.73 KB |
Jumlah Instalasi | 6,424 |
Versi Saat Ini | 1.0.2.1 |
Terakhir Diperbarui | 2020-04-07 |
Tanggal Publikasi | 2020-04-07 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DOI Helper", "version": "1.0.2.1", "description": "A little add-on appending SciHub buttons for some webpages with s c i e n c e.", "icons": { "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "*:\/\/inspirehep.net\/*" ], "js": [ "inspire-hep.js" ] }, { "matches": [ "*:\/\/*.sciencedirect.com\/*" ], "js": [ "science-direct.js" ] }, { "matches": [ "*:\/\/science.sciencemag.org\/*" ], "js": [ "science.js" ] }, { "matches": [ "*:\/\/journals.aps.org\/*\/abstract\/*" ], "js": [ "aps.js" ] } ] } |