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ファイルをダウンロード

Northwestern Libraries Search Assistant拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}