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 |
公式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 |
Eメール | [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" } } |