UoA ezproxy redirector
Add ezproxy.auckland.ac.nz to the end of the domain name
Τι είναι το UoA ezproxy redirector;
Το UoA ezproxy redirector είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον f.farhour, και η κύρια λειτουργία του είναι "Add ezproxy.auckland.ac.nz to the end of the domain name".
Λήψη αρχείου CRX της επέκτασης UoA ezproxy redirector
Λήψη αρχείων επέκτασης UoA ezproxy redirector σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Specific to University of Auckland users: When clicked on, redirects webpage to the ezproxy.auckland.ac.nz domain, allowing easy access to online resources & library databases.
Βασικές Πληροφορίες Επέκτασης
Όνομα | UoA ezproxy redirector |
ID | ecddbmobiamlilleniopapkngifleppa |
Επίσημο URL | https://chromewebstore.google.com/detail/uoa-ezproxy-redirector/ecddbmobiamlilleniopapkngifleppa |
Περιγραφή | Add ezproxy.auckland.ac.nz to the end of the domain name |
Μέγεθος Αρχείου | 105 KB |
Αριθμός Εγκαταστάσεων | 62 |
Τρέχουσα Έκδοση | 0.0.0.2 |
Τελευταία Ενημέρωση | 2017-04-19 |
Ημερομηνία Δημοσίευσης | 2017-04-19 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | f.farhour |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.library.auckland.ac.nz/access/ezproxy.htm |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UoA ezproxy redirector", "version": "0.0.0.2", "description": "Add ezproxy.auckland.ac.nz to the end of the domain name", "author": "Farmehr Farhour [email protected]", "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon2.png", "default_title": "Add ezproxy.auckland.ac.nz to the end of the domain name" }, "icons": { "16": "icon2.png", "48": "icon.png", "128": "icon.png" } } |