CiteNetCheck

Analyze the local citation network of a published pubmed paper.

Hvad er CiteNetCheck?

CiteNetCheck er en Chrome-udvidelse udviklet af Max Ohn, og dens hovedfunktion er "Analyze the local citation network of a published pubmed paper.".

Udvidelsesskærmbilleder

screenshot

Download CiteNetCheck-udvidelses-CRX-fil

Download CiteNetCheck-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn CiteNetCheck CiteNetCheck
ID ljlmjelacjmeihbefphlhfdpgjlcpplb
Officiel URL https://chrome.google.com/webstore/detail/citenetcheck/ljlmjelacjmeihbefphlhfdpgjlcpplb
Beskrivelse Analyze the local citation network of a published pubmed paper.
Filstørrelse 363 KB
Antal Installationer 60
Nuværende Version 1.1.0
Senest Opdateret 2019-03-15
Udgivelsesdato 2019-03-15
Bedømmelse 4.00/5 Samlet 1 Bedømmelser
Udvikler Max Ohn
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/MaxOhn/CiteNetCheck
Understøttede Sprog 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"
    }
}