Article DOI Finder

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

Apa itu Article DOI Finder?

Article DOI Finder adalah ekstensi Chrome yang dikembangkan oleh NicoDev, dan fitur utamanya adalah "Find DOI using crossref, google scholar. For students. View lookup history as well!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Article DOI Finder

Unduh file ekstensi Article DOI Finder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Article DOI Finder Article DOI Finder
ID khedaofgcpcngehknkfhilmadhfngnig
URL Resmi https://chromewebstore.google.com/detail/article-doi-finder/khedaofgcpcngehknkfhilmadhfngnig
Deskripsi Find DOI using crossref, google scholar. For students. View lookup history as well!
Ukuran File 244 KB
Jumlah Instalasi 46
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2023-11-02
Tanggal Publikasi 2023-11-02
Pengembang NicoDev
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}