DOI Helper
A little add-on appending SciHub buttons for some webpages with s c i e n c e.
Co to jest DOI Helper?
DOI Helper to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „A little add-on appending SciHub buttons for some webpages with s c i e n c e.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia DOI Helper
Pobierz pliki rozszerzeń DOI Helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension adds quick links redirecting to Sci-Hub page related to given paper. Currently supports only a few journals Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | mfdbhfpaedhhgglcahhmhgannefehicb |
| Oficjalny URL | https://chromewebstore.google.com/detail/doi-helper/mfdbhfpaedhhgglcahhmhgannefehicb |
| Opis | A little add-on appending SciHub buttons for some webpages with s c i e n c e. |
| Rozmiar pliku | 86.73 KB |
| Liczba instalacji | 6,424 |
| Aktualna Wersja | 1.0.2.1 |
| Ostatnia Aktualizacja | 2020-04-07 |
| Data Publikacji | 2020-04-07 |
| Ocena | 5.00/5 Łącznie 5 Oceny |
| Deweloper | Unknown |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
}
]
} | |