Northwestern Libraries Search Assistant

Search Northwestern's collections, Google Scholar, or other libraries using WorldCat, without leaving your current page.

Northwestern Libraries Search Assistantคืออะไร?

Northwestern Libraries Search Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Northwestern Libraries และคุณลักษณะหลักของมันคือ "Search Northwestern's collections, Google Scholar, or other libraries using WorldCat, without leaving your current page."

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

screenshot
screenshot
screenshot

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

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

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

                        Install the Northwestern University Library Search Assistant for easy access to find books, articles, and other resources! 

Search Northwestern’s library catalog, Google Scholar, or other libraries’ collections in WorldCat from the browser extensions bar.

You can also highlight text in the browser and access the search assistant from the right-click menu.  

Northwestern faculty, students, and staff can check whether the library provides access to subscription-only content.                    

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

ชื่อ Northwestern Libraries Search Assistant Northwestern Libraries Search Assistant
ID mkklefofohggdplgabngflijempnanoe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/northwestern-libraries-se/mkklefofohggdplgabngflijempnanoe
คำอธิบาย Search Northwestern's collections, Google Scholar, or other libraries using WorldCat, without leaving your current page.
ขนาดไฟล์ 941 KB
จำนวนการติดตั้ง 525
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2022-09-05
วันที่เผยแพร่ 2022-01-14
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Northwestern Libraries
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.library.northwestern.edu/
URL หน้าช่วยเหลือ https://www.library.northwestern.edu/about/contact/index.html
URL หน้านโยบายความเป็นส่วนตัว https://www.library.northwestern.edu/about/administration/policies/index.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Northwestern Libraries Search Assistant",
    "description": "Search Northwestern's collections, Google Scholar, or other libraries using WorldCat, without leaving your current page.",
    "version": "1.3",
    "manifest_version": 3,
    "author": "Giulio Menna, 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": "Northwestern Libraries Search Assistant"
    },
    "icons": {
        "16": "\/images\/icons\/icon16.png",
        "48": "\/images\/icons\/icon48.png",
        "128": "\/images\/icons\/icon128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ]
}