Semantic Scholar
Quickly view research on Semantic Scholar, the free, AI-powered academic search engine from the Allen Institute for AI (AI2).
O que é Semantic Scholar?
Semantic Scholar é uma extensão do Chrome desenvolvida por Semantic Scholar, e sua principal característica é "Quickly view research on Semantic Scholar, the free, AI-powered academic search engine from the Allen Institute for AI (AI2).".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Semantic Scholar
Baixe arquivos de extensão Semantic 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
This extension provides search and one-click navigation to the Paper Page on semanticscholar.org, where you can save the paper to your library, add it to a research feed, cite the paper, and view citations, figures, tables, code libraries, clinical trials, and more. We are a team of researchers and engineers at AI2 building a smarter way to search and discover scientific knowledge. Share your feedback with us by emailing: [email protected] By installing this extension you agree to the Terms of Service (https://allenai.org/terms) and Privacy Policy (https://allenai.org/privacy-policy).
Informações Básicas da Extensão
Nome | Semantic Scholar |
ID | kboocjlbbkedggcpllfoigfnhieejebk |
URL Oficial | https://chromewebstore.google.com/detail/semantic-scholar/kboocjlbbkedggcpllfoigfnhieejebk |
Descrição | Quickly view research on Semantic Scholar, the free, AI-powered academic search engine from the Allen Institute for AI (AI2). |
Tamanho do Arquivo | 146 KB |
Contagem de Instalações | 3,855 |
Versão Atual | 0.3.9 |
Última Atualização | 2020-10-29 |
Data de Publicação | 2020-09-15 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Semantic Scholar |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.semanticscholar.org |
URL da Página de Política de Privacidade | https://allenai.org/privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Semantic Scholar", "description": "Quickly view research on Semantic Scholar, the free, AI-powered academic search engine from the Allen Institute for AI (AI2).", "version": "0.3.9", "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "browser_action": { "browser_style": true, "default_icon": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "default_title": "Semantic Scholar", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |