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은(는) Northwestern Libraries에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search Northwestern's collections, Google Scholar, or other libraries using WorldCat, without leaving your current page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Northwestern Libraries Search Assistant 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}