Article DOI Finder

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

Cos'è Article DOI Finder?

Article DOI Finder è un'estensione di Chrome sviluppata da NicoDev, e la sua funzione principale è "Find DOI using crossref, google scholar. For students. View lookup history as well!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Article DOI Finder

Scarica i file di estensione Article DOI Finder 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

                        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!                    

Informazioni di Base sull'Estensione

Nome Article DOI Finder Article DOI Finder
ID khedaofgcpcngehknkfhilmadhfngnig
URL Ufficiale https://chromewebstore.google.com/detail/article-doi-finder/khedaofgcpcngehknkfhilmadhfngnig
Descrizione Find DOI using crossref, google scholar. For students. View lookup history as well!
Dimensione del File 244 KB
Conteggio Installazioni 46
Versione Corrente 1.0.1
Ultimo Aggiornamento 2023-11-02
Data di Pubblicazione 2023-11-02
Sviluppatore NicoDev
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}