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!”。
擴展截圖
下載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 |
ID | khedaofgcpcngehknkfhilmadhfngnig |
官方網址 | 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" } } |