Leiden Search Assistant

Search the Leiden University Libraries Catalogue at any moment, without leaving your current page!

Leiden Search Assistantคืออะไร?

Leiden Search Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.library.universiteitleiden.nl และคุณลักษณะหลักของมันคือ "Search the Leiden University Libraries Catalogue at any moment, without leaving your current page!"

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

screenshot
screenshot

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

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

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

                        Quickly search for articles and books with the Leiden Search Assistant!

The Leiden Search Assistant allows you to search the Leiden University Library Catalogue, Web of Science, Google Scholar, WorldCat, and Pubmed at any moment, without having to navigate to the respective websites first.

Click on the Leiden Search Assistant, insert the term you want to look for, select your service, and proceed with your search!

Are you reading an article and you find a particular word or term that you would like to investigate? Select it with your mouse, right click, and discover what the Leiden University Libraries have to offer.                    

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

ชื่อ Leiden Search Assistant Leiden Search Assistant
ID dillijfbjhoiokfgjbngplcfggkkdnbn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/leiden-search-assistant/dillijfbjhoiokfgjbngplcfggkkdnbn
คำอธิบาย Search the Leiden University Libraries Catalogue at any moment, without leaving your current page!
ขนาดไฟล์ 3.71 MB
จำนวนการติดตั้ง 4,111
เวอร์ชันปัจจุบัน 2023.8.21
อัปเดตครั้งล่าสุด 2023-08-21
วันที่เผยแพร่ 2019-12-17
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://www.library.universiteitleiden.nl
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.library.universiteitleiden.nl/
URL หน้าช่วยเหลือ https://www.library.universiteitleiden.nl/about-us/contact/ask-a-librarian
URL หน้านโยบายความเป็นส่วนตัว https://www.organisatiegids.universiteitleiden.nl/en/regulations/general/university-website-disclaimer
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Leiden Search Assistant",
    "description": "Search the Leiden University Libraries Catalogue at any moment, without leaving your current page!",
    "version": "2023.8.21",
    "author": "Leiden University Libraries",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_icon": "\/images\/icons\/icon128.png",
        "default_popup": "popup.html",
        "default_title": "Leiden Search Assistant"
    },
    "icons": {
        "16": "\/images\/icons\/icon16.png",
        "48": "\/images\/icons\/icon48.png",
        "128": "\/images\/icons\/icon128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "minimum_chrome_version": "92",
    "permissions": [
        "contextMenus",
        "tabs",
        "storage"
    ]
}