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 |
官方網址 | 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" } } |