Semantic Scholar

Quickly view research on Semantic Scholar, the free, AI-powered academic search engine from the Allen Institute for AI (AI2).

Qu'est-ce que Semantic Scholar ?

Semantic Scholar est une extension Chrome développée par Semantic Scholar, et sa fonction principale est "Quickly view research on Semantic Scholar, the free, AI-powered academic search engine from the Allen Institute for AI (AI2).".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Semantic Scholar

Téléchargez les fichiers d'extension Semantic Scholar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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).                    

Informations de Base sur l'Extension

Nom Semantic Scholar Semantic Scholar
ID kboocjlbbkedggcpllfoigfnhieejebk
URL Officiel https://chromewebstore.google.com/detail/semantic-scholar/kboocjlbbkedggcpllfoigfnhieejebk
Description Quickly view research on Semantic Scholar, the free, AI-powered academic search engine from the Allen Institute for AI (AI2).
Taille du Fichier 146 KB
Nombre d'Installations 3,855
Version Actuelle 0.3.9
Dernière Mise à Jour 2020-10-29
Date de Publication 2020-09-15
Évaluation 5.00/5 Total 2 Évaluations
Développeur Semantic Scholar
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.semanticscholar.org
URL de la Page de Politique de Confidentialité https://allenai.org/privacy-policy
Langues Prises en Charge 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"
    ]
}