Article DOI Finder

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

¿Qué es Article DOI Finder?

Article DOI Finder es una extensión de Chrome desarrollada por NicoDev, y su función principal es "Find DOI using crossref, google scholar. For students. View lookup history as well!".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Article DOI Finder

Descarga archivos de extensión Article DOI Finder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Article DOI Finder Article DOI Finder
ID khedaofgcpcngehknkfhilmadhfngnig
URL Oficial https://chromewebstore.google.com/detail/article-doi-finder/khedaofgcpcngehknkfhilmadhfngnig
Descripción Find DOI using crossref, google scholar. For students. View lookup history as well!
Tamaño del Archivo 244 KB
Cantidad de Instalaciones 46
Versión Actual 1.0.1
Última Actualización 2023-11-02
Fecha de Publicación 2023-11-02
Desarrollador NicoDev
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}