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은(는) Semantic Scholar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly view research on Semantic Scholar, the free, AI-powered academic search engine from the Allen Institute for AI (AI2)."입니다.

확장 프로그램 스크린샷

screenshot

Semantic Scholar 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    ]
}