CiteNetCheck

Analyze the local citation network of a published pubmed paper.

Apa itu CiteNetCheck?

CiteNetCheck adalah ekstensi Chrome yang dikembangkan oleh Max Ohn, dan fitur utamanya adalah "Analyze the local citation network of a published pubmed paper.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi CiteNetCheck

Unduh file ekstensi CiteNetCheck dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama CiteNetCheck CiteNetCheck
ID ljlmjelacjmeihbefphlhfdpgjlcpplb
URL Resmi https://chrome.google.com/webstore/detail/citenetcheck/ljlmjelacjmeihbefphlhfdpgjlcpplb
Deskripsi Analyze the local citation network of a published pubmed paper.
Ukuran File 363 KB
Jumlah Instalasi 60
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2019-03-15
Tanggal Publikasi 2019-03-15
Penilaian 4.00/5 Total 1 Penilaian
Pengembang Max Ohn
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/MaxOhn/CiteNetCheck
Bahasa yang Didukung 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"
    }
}