LibKey Nomad

One-click access to millions of scholarly articles.

LibKey Nomadคืออะไร?

LibKey Nomad เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://thirdiron.com และคุณลักษณะหลักของมันคือ "One-click access to millions of scholarly articles."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Supported by over 1,500+ libraries in more than 35 countries!

LibKey Nomad automatically provides instant links to articles from journals subscribed to by your library – and Open Access sources – connecting you to literature discovered on the web.  LibKey Nomad works with your library to determines the fastest path to content across thousands of publishers and millions of articles.  LibKey Nomad also adds support to PubMed, Wikipedia and hundreds of other scholarly publisher websites and research databases.

After installation, LibKey Nomad prompts you to select your institution.  Simply select it and LibKey Nomad will then notify you of available articles wherever you may roam.

LibKey Nomad is a great addition to other research aids you may be using, such as BrowZine, EndNote Click, Lean Library, and more.                    

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

ชื่อ LibKey Nomad LibKey Nomad
ID lkoeejijapdihgbegpljiehpnlkadljb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/libkey-nomad/lkoeejijapdihgbegpljiehpnlkadljb
คำอธิบาย One-click access to millions of scholarly articles.
ขนาดไฟล์ 4.39 MB
จำนวนการติดตั้ง 919,311
เวอร์ชันปัจจุบัน 1.30.9
อัปเดตครั้งล่าสุด 2024-02-21
วันที่เผยแพร่ 2020-05-07
คะแนน 4.69/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา https://thirdiron.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://thirdiron.com/libkey-nomad/
URL หน้าช่วยเหลือ https://support.thirdiron.com/support/solutions/articles/72000569997
URL หน้านโยบายความเป็นส่วนตัว https://support.thirdiron.com/support/solutions/articles/72000570018
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LibKey Nomad",
    "short_name": "LibKey Nomad",
    "version": "1.30.9",
    "author": "Third Iron LLC",
    "manifest_version": 2,
    "description": "One-click access to millions of scholarly articles.",
    "background": {
        "scripts": [
            ".\/browser-polyfill.js",
            ".\/static\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Welcome to LibKey Nomad"
    },
    "options_page": ".\/index.html#\/select-library",
    "content_scripts": [
        {
            "css": [
                ".\/static\/css\/content.css"
            ],
            "js": [
                ".\/browser-polyfill.js",
                ".\/static\/js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/libkey-nomad-flame.png",
        "images\/browzine-logo.png",
        "images\/close-button.svg",
        "domains.json",
        "ebook-domains.json"
    ],
    "permissions": [
        "storage"
    ],
    "storage": {
        "managed_schema": "schema.json"
    },
    "icons": {
        "16": "icons\/libkey-nomad-flame-16.png",
        "32": "icons\/libkey-nomad-flame-32.png",
        "48": "icons\/libkey-nomad-flame-48.png",
        "128": "icons\/libkey-nomad-flame-128.png"
    }
}