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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}