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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Redirects links to academic resources through IUSM library proxy. Icon made by Freepik from www.flaticon.com"입니다.

IUSM Medical Library Proxy Tool 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}