Lit

Manage PubMed literature. Organize articles based on libraries and find related and recent articles.

Litคืออะไร?

Lit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย litpmextension และคุณลักษณะหลักของมันคือ "Manage PubMed literature. Organize articles based on libraries and find related and recent articles."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lit

ดาวน์โหลดไฟล์ส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Lit Lit
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
อีเมล [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\/*"
            ]
        }
    ]
}