CiteNetCheck

Analyze the local citation network of a published pubmed paper.

¿Qué es CiteNetCheck?

CiteNetCheck es una extensión de Chrome desarrollada por Max Ohn, y su función principal es "Analyze the local citation network of a published pubmed paper.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión CiteNetCheck

Descarga archivos de extensión CiteNetCheck en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre CiteNetCheck CiteNetCheck
ID ljlmjelacjmeihbefphlhfdpgjlcpplb
URL Oficial https://chrome.google.com/webstore/detail/citenetcheck/ljlmjelacjmeihbefphlhfdpgjlcpplb
Descripción Analyze the local citation network of a published pubmed paper.
Tamaño del Archivo 363 KB
Cantidad de Instalaciones 60
Versión Actual 1.1.0
Última Actualización 2019-03-15
Fecha de Publicación 2019-03-15
Calificación 4.00/5 Total de 1 Calificaciones
Desarrollador Max Ohn
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/MaxOhn/CiteNetCheck
Idiomas Soportados 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"
    }
}