Lit
Manage PubMed literature. Organize articles based on libraries and find related and recent articles.
Wat is Lit?
Lit is een Chrome-extensie ontwikkeld door litpmextension, en de belangrijkste functie is "Manage PubMed literature. Organize articles based on libraries and find related and recent articles.".
Extensie Screenshots
Download het CRX-bestand van de extensie Lit
Download Lit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | ngceidglhgdkgpceffgambjhpaefnkdc |
Officiële URL | https://chrome.google.com/webstore/detail/lit/ngceidglhgdkgpceffgambjhpaefnkdc |
Beschrijving | Manage PubMed literature. Organize articles based on libraries and find related and recent articles. |
Bestandsgrootte | 145 KB |
Aantal Installaties | 57 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2020-09-26 |
Publicatiedatum | 2019-05-16 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | litpmextension |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/schultzdre/Lit |
Help Pagina-URL | https://github.com/schultzdre/Lit |
Ondersteunde Talen | 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\/*" ] } ] } |