Northwestern Libraries Search Assistant

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

Qu'est-ce que Northwestern Libraries Search Assistant ?

Northwestern Libraries Search Assistant est une extension Chrome développée par Northwestern Libraries, et sa fonction principale est "Search Northwestern's collections, Google Scholar, or other libraries using WorldCat, without leaving your current page.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Northwestern Libraries Search Assistant

Téléchargez les fichiers d'extension Northwestern Libraries Search Assistant au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Northwestern Libraries Search Assistant Northwestern Libraries Search Assistant
ID mkklefofohggdplgabngflijempnanoe
URL Officiel https://chromewebstore.google.com/detail/northwestern-libraries-se/mkklefofohggdplgabngflijempnanoe
Description Search Northwestern's collections, Google Scholar, or other libraries using WorldCat, without leaving your current page.
Taille du Fichier 941 KB
Nombre d'Installations 525
Version Actuelle 1.3
Dernière Mise à Jour 2022-09-05
Date de Publication 2022-01-14
Évaluation 5.00/5 Total 1 Évaluations
Développeur Northwestern Libraries
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.library.northwestern.edu/
URL de la Page d'Aide https://www.library.northwestern.edu/about/contact/index.html
URL de la Page de Politique de Confidentialité https://www.library.northwestern.edu/about/administration/policies/index.html
Langues Prises en Charge 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"
    ]
}