CiteNetCheck
Analyze the local citation network of a published pubmed paper.
CiteNetCheckคืออะไร?
CiteNetCheck เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Max Ohn และคุณลักษณะหลักของมันคือ "Analyze the local citation network of a published pubmed paper."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CiteNetCheck
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |