Lit
Manage PubMed literature. Organize articles based on libraries and find related and recent articles.
Qu'est-ce que Lit ?
Lit est une extension Chrome développée par litpmextension, et sa fonction principale est "Manage PubMed literature. Organize articles based on libraries and find related and recent articles.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Lit
Téléchargez les fichiers d'extension Lit au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | ngceidglhgdkgpceffgambjhpaefnkdc |
URL Officiel | https://chrome.google.com/webstore/detail/lit/ngceidglhgdkgpceffgambjhpaefnkdc |
Description | Manage PubMed literature. Organize articles based on libraries and find related and recent articles. |
Taille du Fichier | 145 KB |
Nombre d'Installations | 57 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2020-09-26 |
Date de Publication | 2019-05-16 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | litpmextension |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/schultzdre/Lit |
URL de la Page d'Aide | https://github.com/schultzdre/Lit |
Langues Prises en Charge | 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\/*" ] } ] } |