IUSM Medical Library Proxy Tool

Redirects links to academic resources through IUSM library proxy. Icon made by Freepik from www.flaticon.com

¿Qué es IUSM Medical Library Proxy Tool?

IUSM Medical Library Proxy Tool es una extensión de Chrome desarrollada por Unknown, y su función principal es "Redirects links to academic resources through IUSM library proxy. Icon made by Freepik from www.flaticon.com".

Descargar Archivo CRX de la Extensión IUSM Medical Library Proxy Tool

Descarga archivos de extensión IUSM Medical Library Proxy Tool en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        **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                    

Información Básica de la Extensión

Nombre IUSM Medical Library Proxy Tool IUSM Medical Library Proxy Tool
ID coonncekemommngnmappkhgimeklggoh
URL Oficial https://chromewebstore.google.com/detail/iusm-medical-library-prox/coonncekemommngnmappkhgimeklggoh
Descripción Redirects links to academic resources through IUSM library proxy. Icon made by Freepik from www.flaticon.com
Tamaño del Archivo 10.89 KB
Cantidad de Instalaciones 111
Versión Actual 1.2
Última Actualización 2018-09-01
Fecha de Publicación 2018-08-31
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Unknown
Tipo de Pago free
Idiomas Soportados 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
}