Lit
Manage PubMed literature. Organize articles based on libraries and find related and recent articles.
Co to jest Lit?
Lit to rozszerzenie Chrome opracowane przez litpmextension, a jego główną funkcją jest „Manage PubMed literature. Organize articles based on libraries and find related and recent articles.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Lit
Pobierz pliki rozszerzeń Lit w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ngceidglhgdkgpceffgambjhpaefnkdc |
Oficjalny URL | https://chrome.google.com/webstore/detail/lit/ngceidglhgdkgpceffgambjhpaefnkdc |
Opis | Manage PubMed literature. Organize articles based on libraries and find related and recent articles. |
Rozmiar pliku | 145 KB |
Liczba instalacji | 57 |
Aktualna Wersja | 1.1.1 |
Ostatnia Aktualizacja | 2020-09-26 |
Data Publikacji | 2019-05-16 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | litpmextension |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/schultzdre/Lit |
Adres URL Strony Pomocy | https://github.com/schultzdre/Lit |
Obsługiwane Języki | 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\/*" ] } ] } |