Article DOI Finder
Find DOI using crossref, google scholar. For students. View lookup history as well!
Hvad er Article DOI Finder?
Article DOI Finder er en Chrome-udvidelse udviklet af NicoDev, og dens hovedfunktion er "Find DOI using crossref, google scholar. For students. View lookup history as well!".
Udvidelsesskærmbilleder
Download Article DOI Finder-udvidelses-CRX-fil
Download Article DOI Finder-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | khedaofgcpcngehknkfhilmadhfngnig |
| Officiel URL | https://chromewebstore.google.com/detail/article-doi-finder/khedaofgcpcngehknkfhilmadhfngnig |
| Beskrivelse | Find DOI using crossref, google scholar. For students. View lookup history as well! |
| Filstørrelse | 244 KB |
| Antal Installationer | 46 |
| Nuværende Version | 1.0.1 |
| Senest Opdateret | 2023-11-02 |
| Udgivelsesdato | 2023-11-02 |
| Udvikler | NicoDev |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |