Article DOI Finder

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

什么是Article DOI Finder?

Article DOI Finder是由NicoDev开发的Chrome扩展程序,该扩展的主要功能是“Find DOI using crossref, google scholar. For students. View lookup history as well!”。

扩展截图

screenshot
screenshot

下载Article DOI Finder扩展crx文件

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