Lit
Manage PubMed literature. Organize articles based on libraries and find related and recent articles.
Lit란 무엇입니까?
Lit은(는) litpmextension에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage PubMed literature. Organize articles based on libraries and find related and recent articles."입니다.
확장 프로그램 스크린샷
Lit 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
PubMed library manager Chrome extension. You can: - Make, edit, organize and search multiple libraries - Get recommendations of relevant papers based on papers in your library - Get recommendations of recent papers based on authors and search terms - Add papers to your library directly from PubMed - View papers in PubMed from within Lit - Download citations in multiple formats compatible with Endnote and BibTex managers - Download PubMed IDs for papers in your library - Access your libraries anywhere by simply logging into Chrome with your Google login and adding Lit as an extension
확장 프로그램 기본 정보
이름 | |
ID | ngceidglhgdkgpceffgambjhpaefnkdc |
공식 URL | https://chrome.google.com/webstore/detail/lit/ngceidglhgdkgpceffgambjhpaefnkdc |
설명 | Manage PubMed literature. Organize articles based on libraries and find related and recent articles. |
파일 크기 | 145 KB |
설치 횟수 | 57 |
현재 버전 | 1.1.1 |
최근 업데이트 | 2020-09-26 |
출시 날짜 | 2019-05-16 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | litpmextension |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/schultzdre/Lit |
도움말 페이지 URL | https://github.com/schultzdre/Lit |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lit", "description": "Manage PubMed literature. Organize articles based on libraries and find related and recent articles.", "version": "1.1.1", "browser_action": { "default_icon": "iconsmall.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "activeTab", "storage" ], "content_scripts": [ { "js": [ "modifyPMpage.js" ], "css": [ "modifyPMpage.css" ], "matches": [ "https:\/\/pubmed.ncbi.nlm.nih.gov\/*" ] } ] } |