Article DOI Finder
Find DOI using crossref, google scholar. For students. View lookup history as well!
O que é Article DOI Finder?
Article DOI Finder é uma extensão do Chrome desenvolvida por NicoDev, e sua principal característica é "Find DOI using crossref, google scholar. For students. View lookup history as well!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Article DOI Finder
Baixe arquivos de extensão Article DOI Finder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Article DOI Finder |
ID | khedaofgcpcngehknkfhilmadhfngnig |
URL Oficial | https://chromewebstore.google.com/detail/article-doi-finder/khedaofgcpcngehknkfhilmadhfngnig |
Descrição | Find DOI using crossref, google scholar. For students. View lookup history as well! |
Tamanho do Arquivo | 244 KB |
Contagem de Instalações | 46 |
Versão Atual | 1.0.1 |
Última Atualização | 2023-11-02 |
Data de Publicação | 2023-11-02 |
Desenvolvedor | NicoDev |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |