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 - это расширение Chrome, разработанное Unknown, и его основная функция - "Redirects links to academic resources through IUSM library proxy. Icon made by Freepik from www.flaticon.com".
Скачать файл CRX расширения IUSM Medical Library Proxy Tool
Скачайте файлы расширений 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 } |