IUSM Medical Library Proxy Tool

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

Qu'est-ce que IUSM Medical Library Proxy Tool ?

IUSM Medical Library Proxy Tool est une extension Chrome développée par Unknown, et sa fonction principale est "Redirects links to academic resources through IUSM library proxy. Icon made by Freepik from www.flaticon.com".

Télécharger le fichier CRX de l'extension IUSM Medical Library Proxy Tool

Téléchargez les fichiers d'extension IUSM Medical Library Proxy Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom IUSM Medical Library Proxy Tool IUSM Medical Library Proxy Tool
ID coonncekemommngnmappkhgimeklggoh
URL Officiel https://chromewebstore.google.com/detail/iusm-medical-library-prox/coonncekemommngnmappkhgimeklggoh
Description Redirects links to academic resources through IUSM library proxy. Icon made by Freepik from www.flaticon.com
Taille du Fichier 10.89 KB
Nombre d'Installations 111
Version Actuelle 1.2
Dernière Mise à Jour 2018-09-01
Date de Publication 2018-08-31
Évaluation 5.00/5 Total 1 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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
}