Article DOI Finder

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

Co je Article DOI Finder?

Article DOI Finder je rozšíření Chrome vyvinuté NicoDev, a jeho hlavní funkcí je „Find DOI using crossref, google scholar. For students. View lookup history as well!“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Article DOI Finder

Stáhněte si soubory rozšíření Article DOI Finder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Article DOI Finder Article DOI Finder
ID khedaofgcpcngehknkfhilmadhfngnig
Oficiální URL https://chromewebstore.google.com/detail/article-doi-finder/khedaofgcpcngehknkfhilmadhfngnig
Popis Find DOI using crossref, google scholar. For students. View lookup history as well!
Velikost souboru 244 KB
Počet instalací 46
Aktuální Verze 1.0.1
Poslední Aktualizace 2023-11-02
Datum Vydání 2023-11-02
Vývojář NicoDev
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}