Northwestern Libraries Search Assistant

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

O que é Northwestern Libraries Search Assistant?

Northwestern Libraries Search Assistant é uma extensão do Chrome desenvolvida por Northwestern Libraries, e sua principal característica é "Search Northwestern's collections, Google Scholar, or other libraries using WorldCat, without leaving your current page.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Northwestern Libraries Search Assistant

Baixe arquivos de extensão Northwestern Libraries Search Assistant no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Northwestern Libraries Search Assistant Northwestern Libraries Search Assistant
ID mkklefofohggdplgabngflijempnanoe
URL Oficial https://chromewebstore.google.com/detail/northwestern-libraries-se/mkklefofohggdplgabngflijempnanoe
Descrição Search Northwestern's collections, Google Scholar, or other libraries using WorldCat, without leaving your current page.
Tamanho do Arquivo 941 KB
Contagem de Instalações 525
Versão Atual 1.3
Última Atualização 2022-09-05
Data de Publicação 2022-01-14
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Northwestern Libraries
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.library.northwestern.edu/
URL da Página de Ajuda https://www.library.northwestern.edu/about/contact/index.html
URL da Página de Política de Privacidade https://www.library.northwestern.edu/about/administration/policies/index.html
Idiomas Suportados 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"
    ]
}