Article DOI Finder

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

Article DOI Finder क्या है?

Article DOI Finder NicoDev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find DOI using crossref, google scholar. For students. View lookup history as well!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Article DOI Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}