Article DOI Finder
Find DOI using crossref, google scholar. For students. View lookup history as well!
What is Article DOI Finder?
Article DOI Finder is a Chrome extension developed by NicoDev, and its main feature is "Find DOI using crossref, google scholar. For students. View lookup history as well!".
Extension Screenshots
Download Article DOI Finder Extension CRX File
Download Article DOI Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Article DOI Finder |
ID | khedaofgcpcngehknkfhilmadhfngnig |
Official URL | https://chromewebstore.google.com/detail/article-doi-finder/khedaofgcpcngehknkfhilmadhfngnig |
Description | Find DOI using crossref, google scholar. For students. View lookup history as well! |
File Size | 244 KB |
Installation Count | 46 |
Current Version | 1.0.1 |
Last Updated | 2023-11-02 |
Publish Date | 2023-11-02 |
Developer | NicoDev |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |