Scholar Updates
This extension keeps tracks of articles and citations in a Google Scholar profile, providing notification when updates happen.
O que é Scholar Updates?
Scholar Updates é uma extensão do Chrome desenvolvida por Ricardo Matsumura, e sua principal característica é "This extension keeps tracks of articles and citations in a Google Scholar profile, providing notification when updates happen.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Scholar Updates
Baixe arquivos de extensão Scholar Updates 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
The Scholar Updates extension allows for tracking a Google Scholar profile so that one can know when new citations and new articles are added to the profile. It allows to know which articles received the citations. Whenever there are updates, the icon will show a blue exclamation point in it. Updates are checked every couple of hours, but can be manually triggered by clicking on the extension's icon.
Informações Básicas da Extensão
Nome | Scholar Updates |
ID | omcldlkglopofaoiicnhommadfecgdeo |
URL Oficial | https://chromewebstore.google.com/detail/scholar-updates/omcldlkglopofaoiicnhommadfecgdeo |
Descrição | This extension keeps tracks of articles and citations in a Google Scholar profile, providing notification when updates happen. |
Tamanho do Arquivo | 3.1 MB |
Contagem de Instalações | 687 |
Versão Atual | 0.23 |
Última Atualização | 2019-02-22 |
Data de Publicação | 2019-02-22 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Ricardo Matsumura |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Scholar Updates", "description": "This extension keeps tracks of articles and citations in a Google Scholar profile, providing notification when updates happen.", "version": "0.23", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "alarms", "tabs", "https:\/\/scholar.google.com\/*", "https:\/\/scholar.google.com.br\/*" ], "options_ui": { "page": "options.html", "chrome_style": true }, "background": { "persistent": false, "page": "background.html" }, "browser_action": { "default_popup": "popup.html" } } |