Cite-D-Lite
Ma'ayan Lab
Cite-D-Liteคืออะไร?
Cite-D-Lite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย maayanlabapps และคุณลักษณะหลักของมันคือ "Ma'ayan Lab"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cite-D-Lite
ดาวน์โหลดไฟล์ส่วนขยาย Cite-D-Lite ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Cite-D-Lite can improve your productivity when using PubMed, GEO and DataMed. Cite-D-Lite generates downloadable files (.ris, .bib, and .enw) compatible with various reference managers with a single mouse click. Cite-D-Lite also features text-importance graded-highlighting on PubMed abstracts as determined by the TextRank algorithm. The result is a simple-to-use browser extension that broadens and enhances the user’s overall interaction and experience with GEO, PubMed, and DataMed.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ipiffhgeigmiffclkpkgdaklbdgdegkk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/cite-d-lite/ipiffhgeigmiffclkpkgdaklbdgdegkk |
คำอธิบาย | Ma'ayan Lab |
ขนาดไฟล์ | 118 KB |
จำนวนการติดตั้ง | 97 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2016-11-03 |
วันที่เผยแพร่ | 2016-11-03 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | maayanlabapps |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cite-D-Lite", "version": "1.0.2", "description": "Ma'ayan Lab", "icons": { "128": "icon_128.png", "720": "icon_720.png" }, "browser_action": { "default_icon": "icon_720.png" }, "permissions": [ "downloads" ], "content_scripts": [ { "matches": [ "https:\/\/www.ncbi.nlm.nih.gov\/*", "https:\/\/datamed.org\/*" ], "css": [ "button.css" ], "js": [ "underscore-min.js", "jquery.js", "summarizer.js", "cite-d-lite.js" ] } ], "web_accessible_resources": [ "icon_128.png", "icon_720.png" ], "manifest_version": 2 } |