Semantic Scholar
Quickly view research on Semantic Scholar, the free, AI-powered academic search engine from the Allen Institute for AI (AI2).
Cos'è Semantic Scholar?
Semantic Scholar è un'estensione di Chrome sviluppata da Semantic Scholar, e la sua funzione principale è "Quickly view research on Semantic Scholar, the free, AI-powered academic search engine from the Allen Institute for AI (AI2).".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Semantic Scholar
Scarica i file di estensione Semantic Scholar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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).
Informazioni di Base sull'Estensione
Nome | Semantic Scholar |
ID | kboocjlbbkedggcpllfoigfnhieejebk |
URL Ufficiale | https://chromewebstore.google.com/detail/semantic-scholar/kboocjlbbkedggcpllfoigfnhieejebk |
Descrizione | Quickly view research on Semantic Scholar, the free, AI-powered academic search engine from the Allen Institute for AI (AI2). |
Dimensione del File | 146 KB |
Conteggio Installazioni | 3,855 |
Versione Corrente | 0.3.9 |
Ultimo Aggiornamento | 2020-10-29 |
Data di Pubblicazione | 2020-09-15 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Semantic Scholar |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.semanticscholar.org |
URL della Pagina della Politica sulla Privacy | https://allenai.org/privacy-policy |
Lingue Supportate | 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" ] } |