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