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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}