CiteNetCheck
Analyze the local citation network of a published pubmed paper.
What is CiteNetCheck?
CiteNetCheck is a Chrome extension developed by Max Ohn, and its main feature is "Analyze the local citation network of a published pubmed paper.".
Extension Screenshots
Download CiteNetCheck Extension CRX File
Download CiteNetCheck extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ljlmjelacjmeihbefphlhfdpgjlcpplb |
Official URL | https://chrome.google.com/webstore/detail/citenetcheck/ljlmjelacjmeihbefphlhfdpgjlcpplb |
Description | Analyze the local citation network of a published pubmed paper. |
File Size | 363 KB |
Installation Count | 60 |
Current Version | 1.1.0 |
Last Updated | 2019-03-15 |
Publish Date | 2019-03-15 |
Rating | 4.00/5 Total 1 Ratings |
Developer | Max Ohn |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/MaxOhn/CiteNetCheck |
Supported Languages | 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" } } |