Scite

scite allows users to see how a publication has been cited, providing the citation context and classification

Scite là gì?

Scite là một tiện ích mở rộng Chrome được phát triển bởi https://scite.ai, và tính năng chính của nó là "scite allows users to see how a publication has been cited, providing the citation context and classification".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Scite 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

                        scite is a platform that helps researchers better discover and evaluate scientific articles through Smart Citations–citations that display the context of the citation and describe whether the article provides supporting or contrasting evidence.

Code available: https://github.com/scitedotai/scite-extension                    

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

Tên Scite Scite
ID homifejhmckachdikhkgomachelakohh
URL Chính Thức https://chromewebstore.google.com/detail/scite/homifejhmckachdikhkgomachelakohh
Mô tả scite allows users to see how a publication has been cited, providing the citation context and classification
Kích Thước Tệp 778 KB
Số Lần Cài Đặt 124,267
Phiên Bản Hiện Tại 1.36.0
Cập Nhật Lần Cuối 2023-07-06
Ngày Phát Hành 2020-06-17
Đánh Giá 4.00/5 Tổng số 29 Đánh Giá
Nhà Phát Triển https://scite.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://scite.ai
URL Trang Trợ Giúp https://help.scite.ai/
URL Trang Chính Sách Bảo Mật https://scite.ai/policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scite",
    "author": "Scite Inc.",
    "version": "1.36.0",
    "manifest_version": 2,
    "description": "scite allows users to see how a publication has been cited, providing the citation context and classification",
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "64": "images\/icons\/64.png",
        "128": "images\/icons\/128.png",
        "256": "images\/icons\/256.png",
        "512": "images\/icons\/512.png",
        "1024": "images\/icons\/1024.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "index.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.scite.ai\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "permissions": [
        "https:\/\/api.scite.ai\/*",
        "contextMenus",
        "storage"
    ],
    "web_accessible_resources": [
        "fonts\/*"
    ]
}