Semantic Scholar
Quickly view research on Semantic Scholar, the free, AI-powered academic search engine from the Allen Institute for AI (AI2).
Τι είναι το Semantic Scholar;
Το Semantic Scholar είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Semantic Scholar, και η κύρια λειτουργία του είναι "Quickly view research on Semantic Scholar, the free, AI-powered academic search engine from the Allen Institute for AI (AI2).".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Semantic Scholar
Λήψη αρχείων επέκτασης Semantic Scholar σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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).
Βασικές Πληροφορίες Επέκτασης
Όνομα | Semantic Scholar |
ID | kboocjlbbkedggcpllfoigfnhieejebk |
Επίσημο URL | https://chromewebstore.google.com/detail/semantic-scholar/kboocjlbbkedggcpllfoigfnhieejebk |
Περιγραφή | Quickly view research on Semantic Scholar, the free, AI-powered academic search engine from the Allen Institute for AI (AI2). |
Μέγεθος Αρχείου | 146 KB |
Αριθμός Εγκαταστάσεων | 3,855 |
Τρέχουσα Έκδοση | 0.3.9 |
Τελευταία Ενημέρωση | 2020-10-29 |
Ημερομηνία Δημοσίευσης | 2020-09-15 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Semantic Scholar |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.semanticscholar.org |
URL της Σελίδας Πολιτικής Απορρήτου | https://allenai.org/privacy-policy |
Υποστηριζόμενες Γλώσσες | 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" ] } |