Scite

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

Sciteとは何ですか?

Sciteはhttps://scite.aiによって開発されたChromeの拡張機能で、その主な機能は「scite allows users to see how a publication has been cited, providing the citation context and classification」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Scite拡張機能のCRXファイルをダウンロード

Scite拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Scite Scite
ID homifejhmckachdikhkgomachelakohh
公式URL https://chromewebstore.google.com/detail/scite/homifejhmckachdikhkgomachelakohh
説明 scite allows users to see how a publication has been cited, providing the citation context and classification
ファイルサイズ 778 KB
インストール数 124,267
現在のバージョン 1.36.0
最終更新日 2023-07-06
公開日 2020-06-17
評価 4.00/5 合計 29 レビュー
開発者 https://scite.ai
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://scite.ai
ヘルプページのURL https://help.scite.ai/
プライバシーポリシーページのURL https://scite.ai/policy
対応言語 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\/*"
    ]
}