CiteNetCheck
Analyze the local citation network of a published pubmed paper.
什么是CiteNetCheck?
CiteNetCheck是由Max Ohn开发的Chrome扩展程序,该扩展的主要功能是“Analyze the local citation network of a published pubmed paper.”。
扩展截图
下载CiteNetCheck扩展crx文件
下载CiteNetCheck扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | ljlmjelacjmeihbefphlhfdpgjlcpplb |
官方URL | https://chrome.google.com/webstore/detail/citenetcheck/ljlmjelacjmeihbefphlhfdpgjlcpplb |
简介 | Analyze the local citation network of a published pubmed paper. |
文件大小 | 363 KB |
安装次数 | 60 |
当前版本 | 1.1.0 |
更新时间 | 2019-03-15 |
上架时间 | 2019-03-15 |
评分 | 4.00/5 共1次评分 |
开发者 | Max Ohn |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/MaxOhn/CiteNetCheck |
支持的语言 | 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" } } |