DOI Helper
A little add-on appending SciHub buttons for some webpages with s c i e n c e.
Cos'è DOI Helper?
DOI Helper è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "A little add-on appending SciHub buttons for some webpages with s c i e n c e.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DOI Helper
Scarica i file di estensione DOI Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension adds quick links redirecting to Sci-Hub page related to given paper. Currently supports only a few journals Informazioni di Base sull'Estensione
| Nome | |
| ID | mfdbhfpaedhhgglcahhmhgannefehicb |
| URL Ufficiale | https://chromewebstore.google.com/detail/doi-helper/mfdbhfpaedhhgglcahhmhgannefehicb |
| Descrizione | A little add-on appending SciHub buttons for some webpages with s c i e n c e. |
| Dimensione del File | 86.73 KB |
| Conteggio Installazioni | 6,424 |
| Versione Corrente | 1.0.2.1 |
| Ultimo Aggiornamento | 2020-04-07 |
| Data di Pubblicazione | 2020-04-07 |
| Valutazione | 5.00/5 Totale 5 Valutazioni |
| Sviluppatore | Unknown |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |