IUSM Medical Library Proxy Tool
Redirects links to academic resources through IUSM library proxy. Icon made by Freepik from www.flaticon.com
Τι είναι το IUSM Medical Library Proxy Tool;
Το IUSM Medical Library Proxy Tool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Redirects links to academic resources through IUSM library proxy. Icon made by Freepik from www.flaticon.com".
Λήψη αρχείου CRX της επέκτασης IUSM Medical Library Proxy Tool
Λήψη αρχείων επέκτασης IUSM Medical Library Proxy Tool σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
**This extension is neither created nor officially endorsed by Indiana University or Indiana University School of Medicine. It is simply a convenient tool made for myself, classmates, and colleagues to save a few clicks when accessing some common resources.** Version 1.2 adds redirect capability for additional academic resources including PubMed. If there are other resources you would like me to include in a future update, please let me know. Complete list of supported sites: *ClinicalKey *LWW Health Library *Access Medicine *Board Vitals *Elsevier Journals *Science Direct *LexiComp Online *VisualDx *Net Anatomy *Anatomy.tv
Βασικές Πληροφορίες Επέκτασης
Όνομα | IUSM Medical Library Proxy Tool |
ID | coonncekemommngnmappkhgimeklggoh |
Επίσημο URL | https://chromewebstore.google.com/detail/iusm-medical-library-prox/coonncekemommngnmappkhgimeklggoh |
Περιγραφή | Redirects links to academic resources through IUSM library proxy. Icon made by Freepik from www.flaticon.com |
Μέγεθος Αρχείου | 10.89 KB |
Αριθμός Εγκαταστάσεων | 111 |
Τρέχουσα Έκδοση | 1.2 |
Τελευταία Ενημέρωση | 2018-09-01 |
Ημερομηνία Δημοσίευσης | 2018-08-31 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Unknown |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IUSM Medical Library Proxy Tool", "version": "1.2", "description": "Redirects links to academic resources through IUSM library proxy. Icon made by Freepik from www.flaticon.com", "author": "Jonathan Winstone", "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "http:\/\/*\/*", "https:\/\/*\/*", "webRequestBlocking" ], "manifest_version": 2 } |