CiteNetCheck

Analyze the local citation network of a published pubmed paper.

CiteNetCheck là gì?

CiteNetCheck là một tiện ích mở rộng Chrome được phát triển bởi Max Ohn, và tính năng chính của nó là "Analyze the local citation network of a published pubmed paper.".

Ả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 CiteNetCheck

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

                        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.                    

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

Tên CiteNetCheck CiteNetCheck
ID ljlmjelacjmeihbefphlhfdpgjlcpplb
URL Chính Thức https://chrome.google.com/webstore/detail/citenetcheck/ljlmjelacjmeihbefphlhfdpgjlcpplb
Mô tả Analyze the local citation network of a published pubmed paper.
Kích Thước Tệp 363 KB
Số Lần Cài Đặt 60
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2019-03-15
Ngày Phát Hành 2019-03-15
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Max Ohn
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/MaxOhn/CiteNetCheck
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}