CiteNetCheck

Analyze the local citation network of a published pubmed paper.

CiteNetCheckとは何ですか?

CiteNetCheckはMax Ohnによって開発されたChromeの拡張機能で、その主な機能は「Analyze the local citation network of a published pubmed paper.」です。

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

screenshot

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

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

拡張機能の使用方法

                        CiteNetCheck is an open-source browser extension visualizing a network.

Whenever NCBI's website is being visited by opening a tab containing a paper of their pubmed database, this extension becomes clickable. Once clicked, CiteNetCheck first retrieves data about the local citation network of the paper that is currently visited and then displays a visual representation of it. Additionally, the extension shows a few properties of the network such as node degrees and clustering coefficients.                    

拡張機能の基本情報

名前 CiteNetCheck CiteNetCheck
ID ljlmjelacjmeihbefphlhfdpgjlcpplb
公式URL https://chrome.google.com/webstore/detail/citenetcheck/ljlmjelacjmeihbefphlhfdpgjlcpplb
説明 Analyze the local citation network of a published pubmed paper.
ファイルサイズ 363 KB
インストール数 60
現在のバージョン 1.1.0
最終更新日 2019-03-15
公開日 2019-03-15
評価 4.00/5 合計 1 レビュー
開発者 Max Ohn
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/MaxOhn/CiteNetCheck
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CiteNetCheck",
    "author": "Max Ohn",
    "version": "1.1.0",
    "description": "Analyze the local citation network of a published pubmed paper.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistence": false
    },
    "page_action": {
        "default_title": "Analyze citation network",
        "default_popup": "popup.html"
    },
    "permissions": [
        "declarativeContent",
        "tabs"
    ],
    "icons": {
        "16": "images\/network_16.png",
        "128": "images\/network_128.png"
    }
}