Cite-D-Lite
Ma'ayan Lab
什麼是Cite-D-Lite?
Cite-D-Lite是由maayanlabapps開發的Chrome擴展程式,該擴展的主要功能是“Ma'ayan Lab”。
擴展截圖
下載Cite-D-Lite擴展crx文件
下載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 |
官方網址 | 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 } |