Lit
Manage PubMed literature. Organize articles based on libraries and find related and recent articles.
Co je Lit?
Lit je rozšíření Chrome vyvinuté litpmextension, a jeho hlavní funkcí je „Manage PubMed literature. Organize articles based on libraries and find related and recent articles.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Lit
Stáhněte si soubory rozšíření Lit ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | ngceidglhgdkgpceffgambjhpaefnkdc |
Oficiální URL | https://chrome.google.com/webstore/detail/lit/ngceidglhgdkgpceffgambjhpaefnkdc |
Popis | Manage PubMed literature. Organize articles based on libraries and find related and recent articles. |
Velikost souboru | 145 KB |
Počet instalací | 57 |
Aktuální Verze | 1.1.1 |
Poslední Aktualizace | 2020-09-26 |
Datum Vydání | 2019-05-16 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | litpmextension |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/schultzdre/Lit |
URL Stránky Nápovědy | https://github.com/schultzdre/Lit |
Podporované Jazyky | 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\/*" ] } ] } |