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 |
| 官方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
} | |