Article DOI Finder
Find DOI using crossref, google scholar. For students. View lookup history as well!
Co to jest Article DOI Finder?
Article DOI Finder to rozszerzenie Chrome opracowane przez NicoDev, a jego główną funkcją jest „Find DOI using crossref, google scholar. For students. View lookup history as well!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Article DOI Finder
Pobierz pliki rozszerzeń Article DOI Finder 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
Do you every have trouble finding the DOI (Digital Object Identifier) of an article? This tool will find the DOI of the current link and, at a click, open it on crossref.org or google scholar. You can also view a log of past lookups and searches and filter this log by time etc!
Podstawowe informacje o rozszerzeniu
Nazwa | Article DOI Finder |
ID | khedaofgcpcngehknkfhilmadhfngnig |
Oficjalny URL | https://chromewebstore.google.com/detail/article-doi-finder/khedaofgcpcngehknkfhilmadhfngnig |
Opis | Find DOI using crossref, google scholar. For students. View lookup history as well! |
Rozmiar pliku | 244 KB |
Liczba instalacji | 46 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2023-11-02 |
Data Publikacji | 2023-11-02 |
Deweloper | NicoDev |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Article DOI Finder", "version": "1.0.1", "description": "Find DOI using crossref, google scholar. For students. View lookup history as well!", "permissions": [ "activeTab", "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/doi.png", "48": "images\/doi.png", "128": "images\/doi.png" } }, "options_page": "options.html", "icons": { "16": "images\/doi.png", "48": "images\/doi.png", "128": "images\/doi.png" } } |