Semantic Scholar

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

Co je Semantic Scholar?

Semantic Scholar je rozšíření Chrome vyvinuté Semantic Scholar, a jeho hlavní funkcí je „Quickly view research on Semantic Scholar, the free, AI-powered academic search engine from the Allen Institute for AI (AI2).“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Semantic Scholar

Stáhněte si soubory rozšíření Semantic Scholar ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Semantic Scholar Semantic Scholar
ID kboocjlbbkedggcpllfoigfnhieejebk
Oficiální URL https://chromewebstore.google.com/detail/semantic-scholar/kboocjlbbkedggcpllfoigfnhieejebk
Popis Quickly view research on Semantic Scholar, the free, AI-powered academic search engine from the Allen Institute for AI (AI2).
Velikost souboru 146 KB
Počet instalací 3,855
Aktuální Verze 0.3.9
Poslední Aktualizace 2020-10-29
Datum Vydání 2020-09-15
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Semantic Scholar
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.semanticscholar.org
URL Stránky Zásad Ochrany Soukromí https://allenai.org/privacy-policy
Podporované Jazyky 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"
    ]
}