Northwestern Libraries Search Assistant

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

Was ist Northwestern Libraries Search Assistant?

Northwestern Libraries Search Assistant ist eine Chrome-Erweiterung, die von Northwestern Libraries entwickelt wurde, und ihr Hauptmerkmal ist "Search Northwestern's collections, Google Scholar, or other libraries using WorldCat, without leaving your current page.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Northwestern Libraries Search Assistant-Erweiterungs-CRX-Datei herunterladen

Laden Sie Northwestern Libraries Search Assistant-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Northwestern Libraries Search Assistant Northwestern Libraries Search Assistant
ID mkklefofohggdplgabngflijempnanoe
Offizielle URL https://chromewebstore.google.com/detail/northwestern-libraries-se/mkklefofohggdplgabngflijempnanoe
Beschreibung Search Northwestern's collections, Google Scholar, or other libraries using WorldCat, without leaving your current page.
Dateigröße 941 KB
Installationsanzahl 525
Aktuelle Version 1.3
Letztes Update 2022-09-05
Veröffentlichungsdatum 2022-01-14
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Northwestern Libraries
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.library.northwestern.edu/
Hilfeseite URL https://www.library.northwestern.edu/about/contact/index.html
URL der Datenschutzrichtlinien-Seite https://www.library.northwestern.edu/about/administration/policies/index.html
Unterstützte Sprachen 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"
    ]
}