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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search Northwestern's collections, Google Scholar, or other libraries using WorldCat, without leaving your current page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Northwestern Libraries Search Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } |