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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Northwestern Libraries, και η κύρια λειτουργία του είναι "Search Northwestern's collections, Google Scholar, or other libraries using WorldCat, without leaving your current page.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Northwestern Libraries Search Assistant

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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"
    ]
}