NY Times via AADL
Redirect links to the NY Times through the Ann Arbor District Library.
Что такое NY Times via AADL?
NY Times via AADL - это расширение Chrome, разработанное timsaucer, и его основная функция - "Redirect links to the NY Times through the Ann Arbor District Library.".
Снимки экрана расширения
Скачать файл CRX расширения NY Times via AADL
Скачайте файлы расширений NY Times via AADL в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Redirect links to the NY Times through the Ann Arbor District Library. A valid library account with the AADL is required. This will give you an icon in the address bar when you are on either the NY Times site or the AADL redirected site that allows you to switch back and forth with a single click. You must be logged into AADL.
Основная информация о расширении
Название | NY Times via AADL |
ID | fimgkmekgmlbhpbmbjemfjlmdclpaeal |
Официальный URL | https://chromewebstore.google.com/detail/ny-times-via-aadl/fimgkmekgmlbhpbmbjemfjlmdclpaeal |
Описание | Redirect links to the NY Times through the Ann Arbor District Library. |
Размер файла | 11.25 KB |
Количество установок | 136 |
Текущая Версия | 1.1 |
Последнее Обновление | 2020-12-03 |
Дата публикации | 2020-12-03 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | timsaucer |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NY Times via AADL", "version": "1.1", "description": "Redirect links to the NY Times through the Ann Arbor District Library.", "page_action": { "default_icon": { "48": "icons\/nytimes-aadl-48.png" }, "show_matches": [ "*:\/\/www.nytimes.com\/*", "*:\/\/www-nytimes-com.research.aadl.org\/*" ] }, "background": { "scripts": [ "redirect.js" ] }, "permissions": [ "tabs" ] } |