Lit
Manage PubMed literature. Organize articles based on libraries and find related and recent articles.
Cos'è Lit?
Lit è un'estensione di Chrome sviluppata da litpmextension, e la sua funzione principale è "Manage PubMed literature. Organize articles based on libraries and find related and recent articles.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Lit
Scarica i file di estensione Lit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | ngceidglhgdkgpceffgambjhpaefnkdc |
URL Ufficiale | https://chrome.google.com/webstore/detail/lit/ngceidglhgdkgpceffgambjhpaefnkdc |
Descrizione | Manage PubMed literature. Organize articles based on libraries and find related and recent articles. |
Dimensione del File | 145 KB |
Conteggio Installazioni | 57 |
Versione Corrente | 1.1.1 |
Ultimo Aggiornamento | 2020-09-26 |
Data di Pubblicazione | 2019-05-16 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | litpmextension |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/schultzdre/Lit |
URL della Pagina di Aiuto | https://github.com/schultzdre/Lit |
Lingue Supportate | 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\/*" ] } ] } |