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 là gì?
IUSM Medical Library Proxy Tool là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Redirects links to academic resources through IUSM library proxy. Icon made by Freepik from www.flaticon.com".
Tải xuống tệp CRX của tiện ích mở rộng IUSM Medical Library Proxy Tool
Tải xuống các tệp mở rộng IUSM Medical Library Proxy Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
**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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | IUSM Medical Library Proxy Tool |
ID | coonncekemommngnmappkhgimeklggoh |
URL Chính Thức | https://chromewebstore.google.com/detail/iusm-medical-library-prox/coonncekemommngnmappkhgimeklggoh |
Mô tả | Redirects links to academic resources through IUSM library proxy. Icon made by Freepik from www.flaticon.com |
Kích Thước Tệp | 10.89 KB |
Số Lần Cài Đặt | 111 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2018-09-01 |
Ngày Phát Hành | 2018-08-31 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |