Article DOI Finder

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

Τι είναι το Article DOI Finder;

Το Article DOI Finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον NicoDev, και η κύρια λειτουργία του είναι "Find DOI using crossref, google scholar. For students. View lookup history as well!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Article DOI Finder

Λήψη αρχείων επέκτασης Article DOI Finder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Article DOI Finder Article DOI Finder
ID khedaofgcpcngehknkfhilmadhfngnig
Επίσημο URL https://chromewebstore.google.com/detail/article-doi-finder/khedaofgcpcngehknkfhilmadhfngnig
Περιγραφή Find DOI using crossref, google scholar. For students. View lookup history as well!
Μέγεθος Αρχείου 244 KB
Αριθμός Εγκαταστάσεων 46
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2023-11-02
Ημερομηνία Δημοσίευσης 2023-11-02
Προγραμματιστής NicoDev
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}