Semantic Scholar

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

Semantic Scholar là gì?

Semantic Scholar là một tiện ích mở rộng Chrome được phát triển bởi Semantic Scholar, và tính năng chính của nó là "Quickly view research on Semantic Scholar, the free, AI-powered academic search engine from the Allen Institute for AI (AI2).".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Semantic Scholar

Tải xuống các tệp mở rộng Semantic Scholar dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Semantic Scholar Semantic Scholar
ID kboocjlbbkedggcpllfoigfnhieejebk
URL Chính Thức https://chromewebstore.google.com/detail/semantic-scholar/kboocjlbbkedggcpllfoigfnhieejebk
Mô tả Quickly view research on Semantic Scholar, the free, AI-powered academic search engine from the Allen Institute for AI (AI2).
Kích Thước Tệp 146 KB
Số Lần Cài Đặt 3,855
Phiên Bản Hiện Tại 0.3.9
Cập Nhật Lần Cuối 2020-10-29
Ngày Phát Hành 2020-09-15
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Semantic Scholar
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.semanticscholar.org
URL Trang Chính Sách Bảo Mật https://allenai.org/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}