CiteNetCheck

Analyze the local citation network of a published pubmed paper.

Wat is CiteNetCheck?

CiteNetCheck is een Chrome-extensie ontwikkeld door Max Ohn, en de belangrijkste functie is "Analyze the local citation network of a published pubmed paper.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie CiteNetCheck

Download CiteNetCheck-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam CiteNetCheck CiteNetCheck
ID ljlmjelacjmeihbefphlhfdpgjlcpplb
Officiële URL https://chrome.google.com/webstore/detail/citenetcheck/ljlmjelacjmeihbefphlhfdpgjlcpplb
Beschrijving Analyze the local citation network of a published pubmed paper.
Bestandsgrootte 363 KB
Aantal Installaties 60
Huidige Versie 1.1.0
Laatst Bijgewerkt 2019-03-15
Publicatiedatum 2019-03-15
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Max Ohn
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/MaxOhn/CiteNetCheck
Ondersteunde Talen 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"
    }
}