Article DOI Finder

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

Qu'est-ce que Article DOI Finder ?

Article DOI Finder est une extension Chrome développée par NicoDev, et sa fonction principale est "Find DOI using crossref, google scholar. For students. View lookup history as well!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Article DOI Finder

Téléchargez les fichiers d'extension Article DOI Finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Article DOI Finder Article DOI Finder
ID khedaofgcpcngehknkfhilmadhfngnig
URL Officiel https://chromewebstore.google.com/detail/article-doi-finder/khedaofgcpcngehknkfhilmadhfngnig
Description Find DOI using crossref, google scholar. For students. View lookup history as well!
Taille du Fichier 244 KB
Nombre d'Installations 46
Version Actuelle 1.0.1
Dernière Mise à Jour 2023-11-02
Date de Publication 2023-11-02
Développeur NicoDev
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}