CiteNetCheck

Analyze the local citation network of a published pubmed paper.

O que é CiteNetCheck?

CiteNetCheck é uma extensão do Chrome desenvolvida por Max Ohn, e sua principal característica é "Analyze the local citation network of a published pubmed paper.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão CiteNetCheck

Baixe arquivos de extensão CiteNetCheck no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome CiteNetCheck CiteNetCheck
ID ljlmjelacjmeihbefphlhfdpgjlcpplb
URL Oficial https://chrome.google.com/webstore/detail/citenetcheck/ljlmjelacjmeihbefphlhfdpgjlcpplb
Descrição Analyze the local citation network of a published pubmed paper.
Tamanho do Arquivo 363 KB
Contagem de Instalações 60
Versão Atual 1.1.0
Última Atualização 2019-03-15
Data de Publicação 2019-03-15
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor Max Ohn
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/MaxOhn/CiteNetCheck
Idiomas Suportados 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"
    }
}