Smart Scholar
Finding relevant articles can be a tedious and time consuming task. Smart Scholar simplifies your search by personalizing search…
O que é Smart Scholar?
Smart Scholar é uma extensão do Chrome desenvolvida por Samuel Berryman, e sua principal característica é "Finding relevant articles can be a tedious and time consuming task. Smart Scholar simplifies your search by personalizing search…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Smart Scholar
Baixe arquivos de extensão Smart Scholar 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
Finding relevant articles can be a tedious and time consuming task. Smart Scholar simplifies your search by personalizing search results based on their relevancy to papers you have previously liked, saving you time. Make your next literature review a less painful experience with Smart Scholar.
Informações Básicas da Extensão
Nome | |
ID | cpiloopbabigjbkcedoneanbolmohehe |
URL Oficial | https://chromewebstore.google.com/detail/smart-scholar/cpiloopbabigjbkcedoneanbolmohehe |
Descrição | Finding relevant articles can be a tedious and time consuming task. Smart Scholar simplifies your search by personalizing search… |
Tamanho do Arquivo | 16.95 KB |
Contagem de Instalações | 439 |
Versão Atual | 1.0 |
Última Atualização | 2019-11-28 |
Data de Publicação | 2019-11-27 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Samuel Berryman |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Smart Scholar", "version": "1.0", "manifest_version": 2, "author": "Samuel Berryman", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/scholar.google.com\/*" ], "js": [ "content.js" ] } ], "web_accessible_resources": [ "images\/*" ], "permissions": [ "storage" ] } |