Lit
Manage PubMed literature. Organize articles based on libraries and find related and recent articles.
Litとは何ですか?
Litはlitpmextensionによって開発されたChromeの拡張機能で、その主な機能は「Manage PubMed literature. Organize articles based on libraries and find related and recent articles.」です。
拡張機能のスクリーンショット
Lit拡張機能のCRXファイルをダウンロード
Lit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | |
ID | ngceidglhgdkgpceffgambjhpaefnkdc |
公式URL | https://chrome.google.com/webstore/detail/lit/ngceidglhgdkgpceffgambjhpaefnkdc |
説明 | Manage PubMed literature. Organize articles based on libraries and find related and recent articles. |
ファイルサイズ | 145 KB |
インストール数 | 57 |
現在のバージョン | 1.1.1 |
最終更新日 | 2020-09-26 |
公開日 | 2019-05-16 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | litpmextension |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/schultzdre/Lit |
ヘルプページのURL | https://github.com/schultzdre/Lit |
対応言語 | 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\/*" ] } ] } |