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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}