Semantic Scholar

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

¿Qué es Semantic Scholar?

Semantic Scholar es una extensión de Chrome desarrollada por Semantic Scholar, y su función principal es "Quickly view research on Semantic Scholar, the free, AI-powered academic search engine from the Allen Institute for AI (AI2).".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Semantic Scholar

Descarga archivos de extensión Semantic Scholar en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Semantic Scholar Semantic Scholar
ID kboocjlbbkedggcpllfoigfnhieejebk
URL Oficial https://chromewebstore.google.com/detail/semantic-scholar/kboocjlbbkedggcpllfoigfnhieejebk
Descripción Quickly view research on Semantic Scholar, the free, AI-powered academic search engine from the Allen Institute for AI (AI2).
Tamaño del Archivo 146 KB
Cantidad de Instalaciones 3,855
Versión Actual 0.3.9
Última Actualización 2020-10-29
Fecha de Publicación 2020-09-15
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Semantic Scholar
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.semanticscholar.org
URL de la Página de Política de Privacidad https://allenai.org/privacy-policy
Idiomas Soportados 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"
    ]
}