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 Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirects links to academic resources through IUSM library proxy. Icon made by Freepik from www.flaticon.com"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में IUSM Medical Library Proxy Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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