Lit
Manage PubMed literature. Organize articles based on libraries and find related and recent articles.
What is Lit?
Lit is a Chrome extension developed by litpmextension, and its main feature is "Manage PubMed literature. Organize articles based on libraries and find related and recent articles.".
Extension Screenshots
Download Lit Extension CRX File
Download Lit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | ngceidglhgdkgpceffgambjhpaefnkdc |
Official URL | https://chrome.google.com/webstore/detail/lit/ngceidglhgdkgpceffgambjhpaefnkdc |
Description | Manage PubMed literature. Organize articles based on libraries and find related and recent articles. |
File Size | 145 KB |
Installation Count | 57 |
Current Version | 1.1.1 |
Last Updated | 2020-09-26 |
Publish Date | 2019-05-16 |
Rating | 5.00/5 Total 2 Ratings |
Developer | litpmextension |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/schultzdre/Lit |
Help Page URL | https://github.com/schultzdre/Lit |
Supported Languages | 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\/*" ] } ] } |