Article DOI Finder

Find DOI using crossref, google scholar. For students. View lookup history as well!

Was ist Article DOI Finder?

Article DOI Finder ist eine Chrome-Erweiterung, die von NicoDev entwickelt wurde, und ihr Hauptmerkmal ist "Find DOI using crossref, google scholar. For students. View lookup history as well!".

Erweiterungsscreenshots

screenshot
screenshot

Article DOI Finder-Erweiterungs-CRX-Datei herunterladen

Laden Sie Article DOI Finder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Article DOI Finder Article DOI Finder
ID khedaofgcpcngehknkfhilmadhfngnig
Offizielle URL https://chromewebstore.google.com/detail/article-doi-finder/khedaofgcpcngehknkfhilmadhfngnig
Beschreibung Find DOI using crossref, google scholar. For students. View lookup history as well!
Dateigröße 244 KB
Installationsanzahl 46
Aktuelle Version 1.0.1
Letztes Update 2023-11-02
Veröffentlichungsdatum 2023-11-02
Entwickler NicoDev
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}