Semantic Scholar
Quickly view research on Semantic Scholar, the free, AI-powered academic search engine from the Allen Institute for AI (AI2).
Vad är Semantic Scholar?
Semantic Scholar är en Chrome-tillägg utvecklad av Semantic Scholar, och dess huvudfunktion är "Quickly view research on Semantic Scholar, the free, AI-powered academic search engine from the Allen Institute for AI (AI2).".
Tilläggsskärmbilder
Ladda ner Semantic Scholar-förlängningens CRX-fil
Ladda ner Semantic Scholar-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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).
Grundläggande Information om Tillägg
Namn | Semantic Scholar |
ID | kboocjlbbkedggcpllfoigfnhieejebk |
Officiell webbadress | https://chromewebstore.google.com/detail/semantic-scholar/kboocjlbbkedggcpllfoigfnhieejebk |
Beskrivning | Quickly view research on Semantic Scholar, the free, AI-powered academic search engine from the Allen Institute for AI (AI2). |
Filstorlek | 146 KB |
Antal Installationer | 3,855 |
Aktuell Version | 0.3.9 |
Senast Uppdaterad | 2020-10-29 |
Publiceringsdatum | 2020-09-15 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Semantic Scholar |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.semanticscholar.org |
URL till Sekretesspolicy Sidan | https://allenai.org/privacy-policy |
Stödda Språk | 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" ] } |