Lean Library

A library-approved tool to unlock access to academic papers.

Lean Libraryคืออะไร?

Lean Library เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lean Library และคุณลักษณะหลักของมันคือ "A library-approved tool to unlock access to academic papers."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Lean Library ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Put your library on your shoulder as you research

The Lean Library extension is a free tool which assists your library in delivering their services directly into your research workflow! 

With the Lean Library extension, you can unlock access instantly and legally to millions of academic papers, streamline access to your library content whenever and wherever you might need it and get direct support within systems and web pages you use the most like Google Scholar, PubMed and thousand more!

Ready to start using Lean Library?

Install the extension, select your institution and begin researching! Even if you aren’t affiliated to an institution, you can still get quick and seamless redirection to open access materials absolutely free by downloading the extension and selecting Lean Library Open as your library.

Lean Library is a fantastic complement to other research tools you may already use including LibKey Nomad, EndNote Click and many more.                    

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

ชื่อ Lean Library Lean Library
ID hghakoefmnkhamdhenpbogkeopjlkpoa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lean-library/hghakoefmnkhamdhenpbogkeopjlkpoa
คำอธิบาย A library-approved tool to unlock access to academic papers.
ขนาดไฟล์ 1.18 MB
จำนวนการติดตั้ง 220,710
เวอร์ชันปัจจุบัน 2024.3.3
อัปเดตครั้งล่าสุด 2024-02-14
วันที่เผยแพร่ 2020-07-01
คะแนน 3.04/5 รวมทั้งหมด 75 คะแนน
ผู้พัฒนา Lean Library
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://leanlibrary.com/
URL หน้าช่วยเหลือ https://www.leanlibrary.com/privacy-policy/
URL หน้านโยบายความเป็นส่วนตัว https://www.leanlibrary.com/data-privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "options_page": "options.html",
    "name": "Lean Library",
    "description": "A library-approved tool to unlock access to academic papers.",
    "version": "2024.3.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/inactive\/icon-16.png",
            "32": "icons\/inactive\/icon-32.png",
            "192": "icons\/inactive\/icon-192.png",
            "256": "icons\/inactive\/icon-256.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/store\/icon-16.png",
        "32": "icons\/store\/icon-32.png",
        "192": "icons\/store\/icon-192.png",
        "256": "icons\/store\/icon-256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+L",
                "mac": "Alt+Shift+L"
            }
        }
    },
    "default_locale": "en",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "popup.html",
                "icon-128.png",
                "icon-34.png",
                "*.svg",
                "placeholder-*.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "alarms",
        "activeTab",
        "webNavigation",
        "contextMenus",
        "unlimitedStorage",
        "webRequest"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ]
}