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文件

下載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 IUSM Medical Library Proxy Tool
ID coonncekemommngnmappkhgimeklggoh
官方網址 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
}