Eigenfactorizer
Color codes journals in PubMed according to their Eigenfactor Article Influence score (a measure of journal impact).
Eigenfactorizerคืออะไร?
Eigenfactorizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Color codes journals in PubMed according to their Eigenfactor Article Influence score (a measure of journal impact)."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Eigenfactorizer
ดาวน์โหลดไฟล์ส่วนขยาย Eigenfactorizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This tool helps pubmed users filter content. The tool ranks journals based on the Eigenfactor Score and then colors the journals accordingly. Users can quickly glance at the colors to identify high influential journals. We will be extending this to articles in the near future. The journal and article-level rankings are based on pubmed content. This includes more than 16 million citations from more than 5 million citing papers and cited references. This is a free tool developed by Geoff Davis at Google, Jevin West and Carl Bergstrom at the University of Washington. Privacy notice. We do not collect information about a users search results. If you have questions, please visit www.eigenfactor.org.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Eigenfactorizer |
ID | oiniobkjgabbodljkgncajmnedneihpk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/eigenfactorizer/oiniobkjgabbodljkgncajmnedneihpk |
คำอธิบาย | Color codes journals in PubMed according to their Eigenfactor Article Influence score (a measure of journal impact). |
ขนาดไฟล์ | 2.42 MB |
จำนวนการติดตั้ง | 3,112 |
เวอร์ชันปัจจุบัน | 0.99.5 |
อัปเดตครั้งล่าสุด | 2014-12-22 |
วันที่เผยแพร่ | 2014-12-22 |
คะแนน | 4.25/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Eigenfactorizer", "version": "0.99.5", "description": "Color codes journals in PubMed according to their Eigenfactor Article Influence score (a measure of journal impact).", "options_page": "html\/options.html", "background": { "scripts": [ "javascript\/DefaultOptions.js", "javascript\/LocalOptionSource.js", "javascript\/Logger.js", "javascript\/Util.js", "javascript\/Cache.js", "javascript\/Lookup.js", "javascript\/Background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/www.ncbi.nlm.nih.gov\/pubmed*", "*:\/\/www.ncbi.nlm.nih.gov\/pmc*", "*:\/\/www.ncbi.nlm.nih.gov\/sites\/entrez*" ], "css": [ "css\/pubmed.css" ], "js": [ "3rdparty\/jquery-2.0.3.min.js", "3rdparty\/bootstrap-2.2.1\/js\/bootstrap.min.js", "javascript\/RemotePort.js", "javascript\/DefaultOptions.js", "javascript\/GetOptions.js", "javascript\/RemoteOptionSource.js", "javascript\/Logger.js", "javascript\/Util.js", "javascript\/ExtractBase.js", "javascript\/ExtractPubMed.js", "javascript\/ExtractPubMedCentral.js", "javascript\/Extract.js", "javascript\/RenderBase.js", "javascript\/RenderPubMed.js", "javascript\/RenderPubMedCentral.js", "javascript\/Render.js", "javascript\/Color.js", "javascript\/Modal.js", "javascript\/Main.js" ] } ], "web_accessible_resources": [ "html\/modal.html", "images\/eigenfactor16.png", "images\/eigenfactor32.png", "images\/stripes-1-4.png", "images\/up.png", "images\/down.png", "javascript\/ExtractBase.js", "3rdparty\/jquery-2.0.3.min.js", "3rdparty\/jquery-2.0.3.min.map" ], "browser_action": { "default_icon": "images\/eigenfactor16.png", "default_popup": "html\/popup.html" }, "icons": { "16": "images\/eigenfactor16.png", "48": "images\/eigenfactor48.png", "128": "images\/eigenfactor128.png" }, "permissions": [ "http:\/\/www.eigenfactor.org\/" ], "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/platform.twitter.com; object-src 'self'", "manifest_version": 2 } |