Northwestern Libraries Search Assistant

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

Cos'è Northwestern Libraries Search Assistant?

Northwestern Libraries Search Assistant è un'estensione di Chrome sviluppata da Northwestern Libraries, e la sua funzione principale è "Search Northwestern's collections, Google Scholar, or other libraries using WorldCat, without leaving your current page.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Northwestern Libraries Search Assistant

Scarica i file di estensione Northwestern Libraries Search Assistant in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Northwestern Libraries Search Assistant Northwestern Libraries Search Assistant
ID mkklefofohggdplgabngflijempnanoe
URL Ufficiale https://chromewebstore.google.com/detail/northwestern-libraries-se/mkklefofohggdplgabngflijempnanoe
Descrizione Search Northwestern's collections, Google Scholar, or other libraries using WorldCat, without leaving your current page.
Dimensione del File 941 KB
Conteggio Installazioni 525
Versione Corrente 1.3
Ultimo Aggiornamento 2022-09-05
Data di Pubblicazione 2022-01-14
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Northwestern Libraries
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.library.northwestern.edu/
URL della Pagina di Aiuto https://www.library.northwestern.edu/about/contact/index.html
URL della Pagina della Politica sulla Privacy https://www.library.northwestern.edu/about/administration/policies/index.html
Lingue Supportate 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"
    ]
}