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.”。
擴展截圖
下載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 |
ID | mkklefofohggdplgabngflijempnanoe |
官方網址 | 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" ] } |