CiteNetCheck
Analyze the local citation network of a published pubmed paper.
Qu'est-ce que CiteNetCheck ?
CiteNetCheck est une extension Chrome développée par Max Ohn, et sa fonction principale est "Analyze the local citation network of a published pubmed paper.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CiteNetCheck
Téléchargez les fichiers d'extension CiteNetCheck au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ljlmjelacjmeihbefphlhfdpgjlcpplb |
URL Officiel | https://chrome.google.com/webstore/detail/citenetcheck/ljlmjelacjmeihbefphlhfdpgjlcpplb |
Description | Analyze the local citation network of a published pubmed paper. |
Taille du Fichier | 363 KB |
Nombre d'Installations | 60 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2019-03-15 |
Date de Publication | 2019-03-15 |
Évaluation | 4.00/5 Total 1 Évaluations |
Développeur | Max Ohn |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/MaxOhn/CiteNetCheck |
Langues Prises en Charge | 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" } } |